More C# style trivia
In one of my last posts, I’ve said that I didn’t like the new recommendation of not using _ to prefix member fields. At the time, we all seem to agree that using hungarian was really a bad thing. So, I’ve searched the web and I’m putting here a link on the use of Hungarian notation by the man himself.
Interestingly, the article seems to confirm that most guys got it wrong (including the Petzolds’ book). My favourite quote is
But to me the question was always less “what the names should be?” but rather “what are the things that should be named?”
Even if you don’t agree with hungarian (I’m not a hungarian “believer”), I think that reading the article will give you another perspective on the subject.