Test-driven development: Difference between revisions

Content deleted Content added
The linked paper even says it isn't TDD in the title. They call it "TsDD".
Licriss (talk | contribs)
Disadvantages: updated reason for overcomplication as this is not inherent to simply being overly-focused on TDD
Line 178:
# '''Testing Environment Set-Up''': TDD requires setting up and maintaining a suitable testing environment.
# '''Learning Curve''': It takes time and effort to become proficient in TDD practices.
# '''Overcomplication''': AnDesigning overemphasiscode to cater for complex tests onvia TDD can lead to code that is more complexcomplicated than necessary.
# '''Neglect of Overall Design''': Focusing too narrowly on passing tests can sometimes lead to neglect of the bigger picture in software design.