Skip to content

Add a separate class for Size #71

@shallawa

Description

@shallawa

This is sometimes confusing and hard to read.

    this.size = new Point(randSize, randSize);
    this.minPosition = this.size.center;
```
Can be
```
    this.size = new Size(randSize, randSize);
    this.minPosition = this.size.center;
```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions