« Implementation Practices: 10 things you should do to every C# class that you write. | Main | Choosing between collections classes... »

06/12/2011

Comments

Feed You can follow this conversation by subscribing to the comment feed for this post.

I am learning from this. Keep this going John.

Thanks Russ! I am going to start incorporating some less technical-focused and more general / career focused material...partially due to the fact that I want to make the blog useful for aspiring developers as well as professional ones, and partially because I don't want to exclude developers whose primary tools do not include C#. I really appreciate the fact that your checking out the blog, glad to at least have one reader lol. Either way, I'm having fun with it and benefitting from examining and reviewing the material for my posts...I'd like to have you as a guest contributor if you ever have any articles you'd like to contribute.

Just want to point out - there are two main types of Hungarian notation: Systems and Apps. Systems Hungarian prefixes variables with their types, which is rarely necessary. Apps Hungarian prefixes with the variable usage as you describe. "Don't use Hungarian" is a knee-jerk reaction to feeling the need to prefix everything. I think you have the right of it here.

Thank you Michael

The comments to this entry are closed.

Become a Fan