Are there any general guidelines on how to write code that can be properly united tested?
The goal for me is to able to unit test as much as possible, and to achieve that goal I am sure I have to design my software in such a way for this to be feasible.

0 answers