/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lenholgate.com
| | loufranco.com
1.5 parsecs away

Travel
| | [AI summary] The article discusses strategies for effectively adding unit testing to old codebases, emphasizing testing before refactoring, while learning the code, and before fixing bugs to ensure reliability.
| | blog.peterritchie.com
1.2 parsecs away

Travel
| | [AI summary] The post critiques current testing practices like TDD and BDD, arguing they often neglect proper unit testing of individual classes and objects in favor of testing interactions, using a primes calculator example to illustrate the need for robust unit-level validation.
| | brntn.me
2.7 parsecs away

Travel
| | Personal site of Brenton Cleeland
| | tyrrrz.me
33.5 parsecs away

Travel
| The primary purpose of software testing is to detect any potential defects in a program before it reaches its intended consumers. This is typically achieved by establishing functional requirements which define supported user interactions as well as...