> Hungarian notation is an identifier naming convention in computer programming, in which the name of a variable or function indicates its type or intended use.
> For example, in some forms of BASIC, name$ names a string and count% names an integer. The major difference [...] is that sigils declare the type of the variable to the compiler, while Hungarian notation is purely a naming scheme not enforced by the compiler.
I guess you mean declension. Are you a Spanish speaker? It's a mistake I usually make too, being the expected translation of "declinación".
Yes, it's comparable to declension, though Hungarian notation is prefix and not part of the syntax, while declension is postfix and has syntactic meaning.
Yes, that's what I meant. I'm a Portuguese speaker ("declinação"). I should have checked the correct translation. Thank you for understanding what I meant and correcting me.
> Hungarian notation is an identifier naming convention in computer programming, in which the name of a variable or function indicates its type or intended use.
http://en.wikipedia.org/wiki/Hungarian_notation#Relation_to_...
> For example, in some forms of BASIC, name$ names a string and count% names an integer. The major difference [...] is that sigils declare the type of the variable to the compiler, while Hungarian notation is purely a naming scheme not enforced by the compiler.
http://en.wikipedia.org/wiki/Sigil_(computer_programming)