TDD is the idea that you should write tests before programming an implementation. TDD can help force you to address your API ahead of time by adding in a feedback loop. However, while TDD forces you to help you distinguish scope, it doesn't help you move forward.

7m read timeFrom dev.to
Post cover image
Table of contents
APIs are hardTesting is hardGetting to the pointRefining the processBring it back now y'allConclusion

Sort: