Comments on: How to make software testable http://www.xaprb.com/blog/2011/05/16/how-to-make-software-testable/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Duane Gran http://www.xaprb.com/blog/2011/05/16/how-to-make-software-testable/#comment-19371 Duane Gran Tue, 17 May 2011 14:23:59 +0000 http://www.xaprb.com/blog/?p=2330#comment-19371 Very succinct and useful example of the idea. When I start to write a function I try to imagine that someone else will need to use it. This helps me to move assumptions out of the body of the of code block into parameters. It can be over done, but it is generally a good practice.

]]>