You may want to give this a read: http://programmers.stackexchange.com/questions/102689/what-is-the-benefit-of-not-using-hungarian-notation
– Jared NgAug 22 '11 at 22:46
1
I might be entirely wrong (so let me phrase this as a question); I thought use of Hungarian Notation was discouraged with OOP?
– Aug 22 '11 at 22:47
I should clarify that I wouldn't do this on a "personal" project, but I'm jumping into someone else's project where Hungarian Notation is the norm.
– tessrAug 22 '11 at 22:51
Have you considered using a decent IDE and dumping Hungarian notation entirely? Very few programmers these days will argue that using Hungarian notation to define types is a good idea. **For example, the most upvoted answer to this question:**
http://stackoverflow.com/questions/202107/good-examples-of-hungarian-notation/202135#202135
– Karmic CoderAug 22 '11 at 22:48