Other |
---|
tbdUnresolved |
Blocks :
|
|
Duplicate :
|
|
Relates :
|
|
Relates :
|
Currently G1 uses normal doubles to hold time spans and points in time. This has several disadvantages: - there is no compiler help in detecting errors (matching units) when using them in calculations. - since the time unit is not stored anywhere the code it is encoded in the variable and method names. This clutters the code and does not help with unit safety. The suggestion here is to have G1 the Ticks/Tickspan type to store time and time spans instead.