-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I'm working on a sideproject that needs a lot of custom conversions, which is why I like ruby-measurement over ruby-units; the latter's code takes quite a lot of staring to grok, and ultimately the conversions are hard-coded, which I found odd (but maybe I don't know the problemspace well enough?).
In any case, ruby-measurement's code is easy to read and defining custom conversions is a no-brainer.
However, most of the units and conversions I'm working with are compound, like converting pounds/acre to oz/sq ft. For now I'll just define custom units and conversions for all the variations I'm using (not too onerous), but is there planned support for compound units that's more clever than brute-force defining every possibility?
Metadata
Metadata
Assignees
Labels
No labels