Skip to main content

hungarian notation 

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;
hungarian notation by Dahhak October 13, 2004

hungarian notation 

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
hungarian notation by Praetexta September 3, 2007

Scientific Notation

Dividing a single number by 10 then raise it to the power of how many numbers are behind it. Also known as complete and utter usless bullshit.
Math Teacher: "Wanna hear some utter bullshit?"

Student: "Wait, let me stop you right there. The answer is Scientific Notation."
Scientific Notation by undead-ciela December 15, 2014

Bedrosian notation

Noticing any pretty woman of Latin American origin
Here you again, Charles, with your Bedrosian notation. Let it go
Bedrosian notation by ogo April 22, 2008

trendy notation 

the use of words such as "kewl" and shortening words like you and, are to u and, r due to extreme laziness.

Benesh notation 

The most pointless thing ever to exist in the modern world. Consisting of shitty little lines to show dance movements, it is about as useful as dry paint.
What’s the next part of the choreography? Hang on let me check the benesh notation - said NO-ONE EVER
Benesh notation by Dobby707 May 10, 2022