Hungarian notation is the practice of naming a variable such that it’s name indicates it’s type. For example, intRows tells you that the Rows variable is expected to be an integer. This was very useful for NotePad coder’s, but nowadays
Read More...
Read the complete post at http://chriscyvas.com/2007/12/17/code-goulash/