Closed
Description
I'm super new to Purescript, but working with this library the first time, I did run into the fact that type Rectangle uses "w" and "h" for width and height but type Dimension uses "width" and "height", and TextMetrics uses "width". Given the touted benefits of row polymorphism; wouldn't it be better if they were consistent? I'm aware this would break a lot of existing code, though. I'm happy to make a PR for it if you like.
Metadata
Metadata
Assignees
Labels
No labels