Closed llucax closed 5 months ago
Now that Bounds
will be renamed to Interval
(#19) I'm not so convinced about this, for intervals I think it is much more obvious that it should be start, end
, so closing for now. Feel free to reopen if you don't agree!
Since both have the same type, it is very confusing if someone writes
Bounds(1, 2)
. Which is which? It should force users to useBounds(lower=1, upper=2)
.