I played around with Hungarian notation some years ago in hobby projects I worked on, but never used it on any of the projects I've been involved with. I think
Eric Gunnerson's post hits it on the nose: "...Hungarian works okay for C code, but when you get into the object oriented world, you can't really come up with prefixes that are both meaningful and short".
More on the same topic
here (good examples) and
here.
No comments:
Post a Comment