/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
| | loufranco.com
3.3 parsecs away

Travel
| | [AI summary] The article discusses strategies for effectively adding unit testing to old codebases, emphasizing testing before refactoring, while learning the code, and before fixing bugs to ensure reliability.
| | 8thlight.com
0.8 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.
| | www.thinkcode.se
2.2 parsecs away

Travel
| |
| | lenholgate.com
11.7 parsecs away

Travel
| [AI summary] The article argues that strict adherence to unit testing rules often leads to better software design and loose coupling, while suggesting practical strategies for handling necessary external dependencies.