Hungarian Notation

What is Hungarian Notation?


1.

In programming, a coding standard where all variables are tagged so you can tell their datatype by looking at the name. Microsoft likes hungarian notation, I do not. It is useful when naming GUI objects though.

nonhungarian notation:

int number;

string name;

double value;

-------------------------

hungarian notation

int nNumber;

string strName;

double dValue;

See Dahhak

2.

Refers to the programming habit of naming variables so that the variable's intended use is clear from it's name.

The original hungarian notation was first described and used by Charles Simonyi, a hungarian programmer who worked for Microsoft.

Using hungarian notation, a variable called a_crszkvc30LastNameCol would imply a constant reference function argument, holding the contents of a database column of type VARCHAR(30) called LastName that was part of the table's primary key

See hungarian, programming, simony, apps


34

Random Words:

1. –adverb 1. in exactly the same words; word for word: to repeat something quotely. –adjective 2. corresponding word for word to th..
1. 1. avalible to anyone 2. in total chaos The last reserveable copy of the new game is up for grabs. See wild, crazy, out of control, t..
1. In Call of Duty : World at War, when you have a bayonet attached to your weapon, and martrydom perk equiped. You go in to bayonet someon..