/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.ploeh.dk
| | marksands.github.io
2.7 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...
| | anthonysciamanna.com
3.6 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...
| | danielsieger.com
4.1 parsecs away

Travel
| | A concise introduction to unit testing.
| | ashishvegaraju.com
18.3 parsecs away

Travel
| In this article, I will demonstrate how to write testable code using TypeScript. I assume that the reader is familiar with JavaScript, heard about Typescript...