/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
| | danielsieger.com
6.1 parsecs away

Travel
| | A concise introduction to unit testing.
| | www.chriswarbo.net
7.0 parsecs away

Travel
| | [AI summary] The post discusses the ambiguity and confusion caused by differing definitions of unit testing terminology like 'unit' and 'dependency' within software development.
| | loufranco.com
4.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.
| | everythingfunctional.wordpress.com
16.3 parsecs away

Travel
| The answer to the question of whether we should write automated test suites has largely been settled. We absolutely should write unit tests, and possibly even integration and end-to-end tests. But as acceptance of this practice grew, and adoption became more widespread, a follow-up question arose; How many tests should we write? How do we...