Possible Duplicates:
Why shouldn’t I use “Hungarian Notation”?
Are variable prefixes ( Hungarian ) really necessary anymore?
Do people use the Hungarian Naming Conventions in the real world?
I'm sure this subject has been discussed and argued countless times before, but I would like to see what the people here an StackOverflow think. What do you think of Hungarian Notation, especially in the context of Java?
Personally, I have always had a mixed view. It makes variable types quickly identifiable, however, it also seems quite ugly to me. Currently, I only use it on Components (such as JButtons, etc) because it makes it easier to pick them out, however, I feel bad for not being consistent in using it everywhere (I am usually an all or nothing type person). What do you think?
I ask this question for all languages, but I am especially interested in what Java programmers have to say because of the strict Java programming standards. I always try to follow them, but I have never seen Hungarian Notation mentioned and I wonder how it fits in. Thanks!