3

What are you suggestion/ advice for a newbie to TDD and testing in general?
Node.js developer if that matters.

Comments
  • 1
    Start early or it will always be hard
  • 2
    Do the tests *before* you implement the stuff, it really makes the difference.
Add Comment