Tagged Questions
9
votes
6answers
634 views
Is hungarian notation a workaround for languages with insufficiently-expressive (i.e. Haskell-style) static typing?
Edit
To be clear, I'm not talking about annotation variable names with the data type, but rather with information about the meaning of the variable in the context of the program. For example, a ...