Closed judicaelclair closed 3 years ago
Get rid of Size.size, which returns a Point. A size is by definition not a position, therefore this is a very counter-intuitive interface. Instead we should have, similar to Point, a values property that returns a tuple.
Size.size
Point
values
Get rid of
Size.size
, which returns aPoint
. A size is by definition not a position, therefore this is a very counter-intuitive interface. Instead we should have, similar toPoint
, avalues
property that returns a tuple.