All Questions
1 question
90
votes
12
answers
9k
views
How big does my project need to be for me to unit test it? [closed]
I assume that my project is decoupled enough to allow for unit testing. But how big, exactly, in terms of clases and functions does my project need to be to make unit testing worthwhile?
We all make ...