/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...
| | 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...
| | 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.
| | huonw.github.io
17.5 parsecs away

Travel
| A short summary of the Sized trait and dynamically sized types in Rust.