Do You Even TDD?
- TDD (Test Driven Development) is not always logical as you often don't know what to write before you start coding.
- TDD was quite emphasized a few years ago but the movement has died down recently.
- TDD can be useful for planning out specific scenarios or features.
- TDD is not typically used at the beginning of a project, but can be helpful for smaller features or scopes.