Browse by Tags

Refactoring logic from an ASP.NET page
Friday, April 03, 2009 10:19 AM
Kevin has posted about refactoring some simple logic from an ASP.NET page and breaking it out into a separate class (Single Responsibility Principle) to make the code more maintainable. Kevin highlights the classic problem with unmaintainable code and works his way into how to not only improve this code but also how to make it more testable. Don't forget to subscribe... Read More...
More Posts