Refactoring Give life to parameter objects (part 3): DebuggerDisplayAttribute Previous posts in the series:Give life to parameter objectsGive life to parameter objects (part 2)In this post I want to show you how to enhance debugging experience. Last time we left
Refactoring Give life to parameter objects (part 2) In the previous post I wrote about my usual second step in refactoring to Parameter Object – moving related validation code. This is really easy to do and greatly de-clutters the method. Now it
Refactoring Give life to parameter objects. In his article “Using Objects as Parameters in C#” Peter Shaw explains common problems with methods having large number of parameters and shows how to refactor those to use objects.I would actually