Entries from March 2009

Collaborator vs. the Factory

March 30th, 2009 · 11 Comments

by Miško Hevery I have already hinted that your code should either be in the business of doing business logic or in the business of instantiating and wiring other objects together. What this effectively means is that your either have classes with ifs and loops (your business logic) or you have classes with new operators (your [...]

Tags: Uncategorized

Design for Testability and “Domain-Driven Design”

March 16th, 2009 · 5 Comments

Dave Gladfelter has written a great question which I think a lot of people may be asking an therefore I am sharing the letter with the answers here… Misko,Thanks for all your interesting posts on testability.  I’ve been using DI and other techniques for some time for both testability and for maintainability and readability, but you’ve helped [...]

Tags: Uncategorized

Guide to testability is now downloadable

March 9th, 2009 · 5 Comments

Guide to testability is now downloadable thanks to Blaine R Southam who has turned it into a pdf book. Permanent link can be found from this page: http://misko.hevery.com/code-reviewers-guide/

Tags: Uncategorized