In this episode we are going to take another look at Episode 96 (Dependency Inversion Principle) and add in the usage of StructureMap.
In the original episode Stephan kept the code simple and on point by showing how to do DI by hand. In this episode I am going to show you how to take that ...
Unfactoring is the process of taking well designed software and, through an iterative series of
small changes, making it completely unmaintainable by ...
In this interview from OOPSLA 2007, Michael Stal talks about architecture refactoring. He describes what architecture refactoring is, its relationship ...
If you have complex view logic, this can easily lead to helper methods which call each other. See how to refactor this out into another object in this episode.
Roman Bosak has published a nice post about rapid implementation of the Singleton design pattern using the Eclipse IDE refactoring tools. Some readers ...
Like other leaders in the Agile community, Scott Ambler is passionate about expanding Agile practices to include all contributors to software success. ...