Idiomatic Values
No due date
0% complete
One major problem I have seen while working on simulations is unit ambiguity. Conversion factors are spread throughout the code, and many errors come from incorrect assumptions about the units on a number. We want to implement a unit-powered value system to prevent these issues from happening in this framework.