Do you use Hungarian Notation?

Posts 114 of 14 · Page 1 of 1
To make it equal a variable , yes.
Not all the time, But sometimes, yes
Do you?
Code:
int bCock; //obviously it controls chams...
char intBlackpeople; // durrr menu title
int sdfudf3; //open/close menu
Quote Originally Posted by ac1d_buRn View Post
Not all the time, But sometimes, yes
Do you?
Ya.

It makes it look neat imo.
i don't use it if i was in rush
Use it 24/7
I use a subset of it. I'm too lazy to use it for everything though. But then again, my coding style is really bad <.<
Only way to do it.
I use straight variable names, no prefixes or suffixes . Unless I have 2 variables that should have the same name; in that case I may prefix one or both of them.
I use it outside of classes, but if it's a variable in a class I just prefix it with m_ and don't worry about Hungarian Notation
Intellisense... No need for that
Quote Originally Posted by User1 View Post
Intellisense... No need for that
Intellisense helps me not have to remember every member of my classes :]
I only use it for somethings and I have my own prefixes for others
and sometimes I'm lazy and don't use it at all
Posts 114 of 14 · Page 1 of 1

Post a Reply

Tags for this Thread

None

Need help?