/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

blog.wingman-sw.com
| | anthonysciamanna.com
2.9 parsecs away

Travel
| | Developers new to unit testing often end up with large, brittle, and confusing tests. These kinds of tests typically expose underlying issues with the cod...
| | ijrussell.github.io
3.5 parsecs away

Travel
| | In this post, we are going to learn how to use Test-Driven Development (TDD). You will discover why I find the technique useful and discover how to write tests that allow you to change the implentation of your code in a safe way that doesn't introduce bugs or break the tests.
| | marksands.github.io
3.4 parsecs away

Travel
| | Black and White When writing unit tests using mocks, it forces the developer into whitebox testing. As the tests are supposed to drive the design, one can ar...
| | www.tvagile.com
14.8 parsecs away

Travel
| [AI summary] The article advocates for programmers to step away from automated tests to focus on usability and the end-user experience during development.