|
|
|
|
|
by chrisoverzero
169 days ago
|
|
Mhm! Exactly! In the system those other languages use, once you see the variable’s declaration: User activeUser
…you’ll always know that `activeUser` contains a User value – something that might have an `Id` property. And the convention is enforced by the language, so it’s easy to communicate. These semantic distinctions are very useful, I agree. |
|