Explore >> Select a destination


You are here

mitchgordon.me
| | marksands.github.io
5.5 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...
| | tyrrrz.me
10.5 parsecs away

Travel
| | The importance of testing in modern software development is really hard to overstate. Delivering a successful product is not something you do once and forget about, but is rather a continuous and recurring process. With every line of code that changes,
| | software.rajivprab.com
9.0 parsecs away

Travel
| | The conventional view of Software Testing The hardware and software worlds may seem poles apart, and in many ways, they indeed are. But there's a wealth of knowledge that each can learn from the other. Despite the seemingly massive differences in the final product, they share more in common than you might expect. Computer engineers...
| | www.java-tv.com
47.3 parsecs away

Travel
| This video reveals the long lost secret of how to write readable Java code. Self explaining method names, fluent interfaces, DSLs, helpful frameworks... We are always looking for ways to make our code more readable. But in our quest, we seem to have forgotten something. The most effective way to make any code more readable.