Mostly Client Side


Fifty years of programming language research, and we end up with C++? (Richard A. O’Keefe)

To #Region Or Not To #Region

February 17th, 2009

That truly is the question. A question that has surfaced today when a co-worker started bitching about the 4 layers of embedded regions in the code he was working on. If you’re not familiar with regions here’s a short explanation. In .NET you can surround your code with #Region and #Endregion to make it possible to hide those lines of code. The purpose is to make the code clearer by occupying fewer lines.

Read the rest of this entry »

What do you think? Please comment below to tell me.