2

If there is one, that is.

(Such as nInteger, chChar, cCount or rgArray.)

tessr
  • 628
  • 1
  • 6
  • 13
  • 2
    You may want to give this a read: http://programmers.stackexchange.com/questions/102689/what-is-the-benefit-of-not-using-hungarian-notation – Jared Ng Aug 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. – tessr Aug 22 '11 at 22:51
  • How about `$oFoo = new stdclass;`? – Phil Aug 22 '11 at 22:52
  • 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 Coder Aug 22 '11 at 22:48

0 Answers0