ianmackenzie / elm-units

Simple, safe and convenient unit types and conversions for Elm
https://package.elm-lang.org/packages/ianmackenzie/elm-units/latest/
BSD 3-Clause "New" or "Revised" License
85 stars 14 forks source link

Swap multiplyBy/divideBy with times/over? #40

Open ianmackenzie opened 5 years ago

ianmackenzie commented 5 years ago

Seems that multiplication/division by a Float is more common than multiplication/division by another Quantity, so would probably be a net savings to use the shorter names for the Float case and the longer names for the Quantity case.