One of the things I struggle with is not using Hungarian notation. I don't want to have to go to the variable definition just to see what type it is. When a project gets extensive, it's nice to be able to look at a variable prefixed by 'bool' and know that it's looking for true/false instead of a 0/1 value.
programmers.stackexchange.com
·
Aug 22, 11
by
Denzel D.
opinion
how-to
methodology
tools