Unlock this challenge:
Why would someone follow TDD? What are the most important things it gives us?
TDD will help you create features with fewer bugs from the start.
TDD guarantees that you will have full test coverage.
TDD allows you to think about what you need to build, before you start coding it.
Both C and A are correct.