/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.cleancoder.com
| | blog.jakubholy.net
2.6 parsecs away

Travel
| | THIS IS ONLY A DRAFTContent: Craft | Why lean? | Code quality
| | 8thlight.com
0.7 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.
| | blog.8thlight.com
0.6 parsecs away

Travel
| | [AI summary] The blog post discusses the limitations of Test-Driven Development (TDD) in scenarios involving physical interactions, user interface elements, and test support code, emphasizing the need for manual testing and separation of concerns.
| | blog.cleancoder.com
8.3 parsecs away

Travel
| [AI summary] Robert C. Martin discusses the Fragile Test Problem and advocates for designing test structures to be contra-variant with production code to minimize coupling and enable effective refactoring.