Replies: 2 comments
Wouldn't it make more sense then to just keep |
0 replies
|
There is an attempt in #822. I hit a wall when reaching the formula engine because the typing in there is a bit messed up (probably because it was done when |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Coming from:
Maybe we make
Quantitynamed something likeBaseQuantityand make it an ABC and then haveQuantity = Power | Current | Voltage | Energy | ....Of course the downside of this is that if we add new units, we need to update the
Quantitytype alias, but for me it seems a bit confusing and counterintuitive to have a unit-less quantity.@shsms
@llucax
All reactions