8

Not leaning on unit tests. I usually write them after testing my code manually, and lose time for testing feature by hand.

Comments
  • 0
    Good unit tests to me are docs that never get written.

    I’m not a TDD zealot but laying down some empty test methods helps me frame what I’m about to build.

    Someone later will thank you (and you will probably not know sigh) so it’s all for the good of the country :)
Add Comment