/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

arne-mertz.de
| | anthonysciamanna.com
1.5 parsecs away

Travel
| | This is the second post in my series about writing effective unit tests. This series covers questions and challenges that typically arise when teams begin...
| | everythingfunctional.wordpress.com
1.7 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...
| | henko.net
2.1 parsecs away

Travel
| | A deep dive into unit testing looking to answer why, how much, and what.
| | nickjanetakis.com
28.0 parsecs away

Travel
| We'll go over the code powering a CLI tool using only the Python 3 standard library and cover a few programming patterns along the way.