|
|
|
|
|
by robertlagrant
1303 days ago
|
|
> Going back to my physics example, all the variables in a physics problem are actually of the same type, float This is why some people recommend a practice I've forgotten the name of, where they defined a new type that maps to language type. So type Mass could just be a float, but you know better how to treat it. |
|