Recent Comments
- Carl Cubillas on Prism vs. Caliburn.Micro
- Katia on The Chance that 42 is the Meaning of Life
- Urs Enzler on The next 2 steps on bbv’s Agile journey
- Thomas Weingartner on The next 2 steps on bbv’s Agile journey
- Marco Amendola on Caliburn.Micro – Introduction
Category Archives: Clean Code
In my current project, we do a lot of refactoring to keep the source code as simple and understandable as possible. This involves a lot of renaming of classes and moving classes between namespaces to structure the code in a … Continue reading
Posted in .NET, Clean Code, Test Driven Development
Tagged Clean Code, NDepend, Unit-Test
Leave a comment
When software projects grow both in age and size the developers often struggle with the structure of the code. It gets more and more difficult to find the class you have to change for a new requirement. In this post, … Continue reading
Posted in .NET, Agile, Architecture, Clean Code, Test Driven Development
Tagged Architecture, Clean Code, TDD
Leave a comment

