It's evil. Don't use Hungarian Notation for anything but abstracted things.
For instance, btnSubmit
is ok to describe a button named Submit(which would have an accompanying lblSubmit
for the label next to the button)
But things like CMyClass
for Class and uiCount
for unsigned integer named count does not help programmers and just leads to extra wasteful typing.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…