Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas authored Oct 29, 2024
1 parent 2ef94da commit 95724ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ Test-Driven Development (TDD) is a powerful approach that transforms how develop
11. [Code Coverage](#code-coverage)
12. [Running the Source Code](#run-src)
13. [Is TDD a Time Waster?](#tdd-time-waster)
14. [Conclusion](#conclusion)
14. [Common Time-Related Misconceptions](#misconceptions)
15. [Conclusion](#conclusion)

## <a id="intro" name="intro">Introduction</a>

Expand Down Expand Up @@ -1100,7 +1101,7 @@ While TDD requires upfront time investment in writing tests before code, it typi
- Less time spent on bug fixes and rework
- More confident and rapid deployments

Common Time-Related Misconceptions:
## <a id="misconceptions" name="misconceptions">Common Time-Related Misconceptions</a>

- "Writing tests doubles development time" - Actually, TDD often reduces total development time when accounting for debugging and maintenance
- "TDD slows down prototyping" - You can adjust test coverage based on project phase
Expand Down

0 comments on commit 95724ad

Please sign in to comment.