papers-we-love_papers-we-love/testing/tdd/README.md
Darren 2e6b65ae7c
Correct links instead of commenting them out (override of #740) (#741)
* Remove gittr and Slack links, replace with Discord
* Update Rivest paper link
* Update link for No Silver Bullet
* Update link to Event Driven FRP
* Update link to Realizing quality improvement paper
2023-05-03 19:06:05 -04:00

9 lines
896 B
Markdown

# Test-Driven Development
[Test-driven development with mutation testing, 2020](https://link.springer.com/content/pdf/10.1007/s11219-020-09534-x.pdf)
> It presents an old idea of mutation testing in a new light of extending traditional test-driven development with it. It includes results of an experiment which was conducted to check whether TDD+M is better in terms of test efficiency than traditional TDD.
## In industrial teams
[Realizing quality improvement through test driven development: results and experiences of four industrial teams](https://www.microsoft.com/en-us/research/wp-content/uploads/2009/10/Realizing-Quality-Improvement-Through-Test-Driven-Development-Results-and-Experiences-of-Four-Industrial-Teams-nagappan_tdd.pdf). This paper is important because it one of the few instances of quantitative research about TDD in industrial teams (not in controlled environments)