• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle






  • Honestly this is the reason TDD is most important for personal projects.

    If it’s your job, the code isn’t getting merged without decent tests. Yes you should probably write them first so you think about your implementation properly, but let’s face it, many tests are written after in practice.

    If it’s something written in your free time, you’re just not writing those tests most of the time if you didn’t write them up front.