|
steve donovan wrote:
It's true that Hungarian has gone out of fashion and never was part of the dynamic scene, but naming function _arguments_ in a clear conventional way does make life easier for the user who has to understand that function.
...except when you change the type of an argument and have to edit variable names everywhere, or when the same argument can have different types :-)
Enrico