Oww, my brain hurts. Extension methods *will* cause me grief.
As a consultant, a task that I’m commonly asked to perform is to troubleshoot applications in need of repair. The underlying source code and architecture for many applications in need of repair has, let’s say, “problems”. One of the issues I run into with circumstances like this is the source code was not well organized, not well thought out, or not well managed as it evolved. This type of code has poor style, poor coding habits, and often the programmers have code stepping all over other code through lack of cohesion and excessive coupling. Believe me, as Visual Studio codenamed “Orcas” is released … Continue reading Oww, my brain hurts. Extension methods *will* cause me grief.