|
|
|
|
|
by joepie91_
2949 days ago
|
|
You really shouldn't have global variables in the first place, and this misses the point entirely; the type of something isn't what's important, the semantic meaning of it is. The type can be mentally inferred from that. Hungarian notation 'solves' a problem here that doesn't exist in the first place. |
|