Y
Hacker News
new
|
ask
|
show
|
jobs
by
chrisco255
498 days ago
Changing the type on a value is an anti-pattern, in my opinion. It's not obnoxious to be explicit in your variable names.
1 comments
zamalek
498 days ago
That implies that Hungarian notation is not obnoxious? Sure, that's a fine opinion to have, but I guarantee it is an exceedingly rare one.
link
zozbot234
498 days ago
If you're writing in a language without strong type checking, Hungarian notation makes sense.
link