Tuesday, April 3, 2007

Write the code testable

A good programmer...

A bad programmer, just have the ability to grasp the immediate problem. Usually by hacking away trying to implement a feature. Then starts to think about how the feature should be verified. By then it is highly probable that the solution is already untestable.

It is design work to implement testable code, but it is even harder to implement testability after the implementation is done.

No comments: