freezy / freezy/VisualPinball.Engine
Physics engine uses different units for time
Open
dev-experience
refactoring
- Dominant language
- C#
- Stars
- 508
- Forks
- 73
- Avg merge
- 43m
- Merged PRs (30d)
- 3
Description
Seconds, milliseconds, and microseconds are all used in the physics code. Often without the variable names indicating what unit is used. This is tedious to work with because every time you work with a time variable you have to figure out what unit it is in. Is there any reason not to just use seconds for everything?
Contributor guide
Assessment
This issue has not been assessed yet.