Convert from Procedural to Object Oriented Code
- by Anthony
I have been reading Working Effectively with Legacy Code and Clean Code with the goal of learning strategies on how to begin cleaning up the existing code-base of a large ASP.NET webforms application.
This system has been around since 2005 and since then has undergone a number of enhancements. Originally the code was structured as follows (and is…