Browse by Tags
All Tags »
TDD (RSS)
Refactoring has become a common practice amongst many developers I work with. Why refactor? Well, first it takes the pressure of off design phase of project in a sense. You do not have spend ton of time upfront designing the code and assuring that you
Read More...
Before I start, I would like to point out that if you are confused about differences between Mock and Stub objects, please read the Fowler’s post on the subject: http://www.martinfowler.com/articles/mocksArentStubs.html I have seen too many “Unit
Read More...
I have received few comments on the first post, one of them being from Rocky Lhotka the creator of the Csla.Net framework. He basically pointed to his advanced data sample (DeepData.sln available for download at www.lhotka.net ). The idea is that if we
Read More...
I must admit that I am a huge fan of Test Driven Development . Although I generally use CRC process to design my classes and their interactions, I tend to use Test Driven Development process to fine-tune the collaborations between these objects, and generally
Read More...