|
|
|
|
|
by fr0sty
1291 days ago
|
|
> [follow] a convention of including unit names in identifier names. appending units to identifiers helps, but it relies on a developer's eyeballs to spot any errors. It would be infinitely preferable if the type system would simply enforce this for you and developers not have to expend cycles reasoning about this stuff themselves. |
|
Static typing is great, of course, I just don't agree that this can't be solved to almost the same level with languages with dynamic typing.