blah blah blah is here! blah blah » Close

0
votes
0 answers

Guidelines on writing code that can easily be unit testing

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 ...

Feedback