/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

matthiasnoback.nl
| | 8thlight.com
1.4 parsecs away

Travel
| | [AI summary] The article by Robert C. Martin (Uncle Bob) discusses the strategic use of mock objects in software testing, advocating for a balanced approach where mocks are used sparingly across architectural boundaries to improve test speed and isolation while avoiding design damage.
| | php-and-symfony.matthiasnoback.nl
0.0 parsecs away

Travel
| | [AI summary] The author advocates for the principle of 'don't mock what you don't own' by designing application interfaces for side effects like persistence and time, thereby improving architecture and removing brittle test dependencies.
| | blog.cleancoder.com
1.4 parsecs away

Travel
| | [AI summary] Robert C. Martin argues that mocking should be used sparingly, written manually, and only across significant architectural boundaries to balance test speed, reliability, and good software design.
| | wwwtech.de
19.6 parsecs away

Travel
| [AI summary] A user shares their experience learning Rust, a systems programming language, by building a parallel file search tool and praising its safety features, type system, and documentation while critiquing some API usability.