Can some explain this in a simple way?

Posted by subhash, 02-21-2011, 07:52 AM
Hello Guys, Can some body explain what exactly is "Hungarian Notation" in a simple term? Thanks for your valuable time, Kind Regards, Subhash Chandra S

Posted by bear, 02-21-2011, 08:31 AM
Though I'd normally abhor people being told to Google something, this is the #1 result: http://en.wikipedia.org/wiki/Hungarian_notation

Posted by subhash, 02-21-2011, 08:34 AM
Well bear, I have already googled it and found the same page. The reason why I posted it here on WHT is because someone can explain that in a "very simple" way since I have absolutely no idea of what it is. Any way thanks for the reply Bear

Posted by bear, 02-21-2011, 09:15 AM
Hmm, ok. "In Hungarian notation, a variable name starts with a group of lower-case letters which are mnemonics for the type or purpose of that variable, followed by whatever name the programmer has chosen; this last part is sometimes distinguished as the given name. The first character of the given name can be capitalised to separate it from the type indicators (see also CamelCase). Otherwise the case of this character denotes scope." Basically, the name starts with something that helps identify what it does, and can end in it's certain name, as in "var Emailxxxmyfunction" (or just emMyFunction, where em stands for email). Camel case means it's mixed caps and lower, with "humps" in the middle. Does that help?

Posted by subhash, 02-21-2011, 09:17 AM
Thanks Bear

Was this answer helpful?

 Print this Article

Also Read

Rsync Error!

Posted by rkm11, 09-16-2007, 12:26 AMI type rsync and after the man page, it says Any Ideas?...

which companies use h-sphere?

Posted by salsabil, 08-16-2002, 05:47 AMHeya Could people give me which (good) hosting...

Editting the default web page using SSH

Posted by MrDGOrman, 03-09-2010, 09:44 AMThis might be in the wrong section - if so, ma bad....

SSL Certificate works for folders?

Posted by Energizer Bunny, 01-13-2008, 06:10 AMHi, Say i have domain zzzzz.com and have some...

iframe help with internet explorer

Posted by galleline, 02-20-2011, 10:05 AMI have web page with embed video player and i have put...