Sunday, April 1, 2012

Trying Not to Overdo It With Testing

Trying Not to Overdo It With Testing: The design of the code which contains the main logic of the
application that I’m currently working on looks a bit like the diagram
on the right hand side:
Preview Text:


Typically we might expect to see unit level test against all the classes, but we’ve actually been trying out an approach where we don’t test the orchestration code...

No comments:

Post a Comment

Thank's!