Explore >> Select a destination


You are here

blog.cleancoder.com
| | blog.8thlight.com
0.5 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.
| | initialcommit.com
2.1 parsecs away

Travel
| | In this article, we'll discuss getting started with Java Visualizer - a visual tool that can be useful for Java developers of all skill levels to better understand and troubleshoot their code.
| | 8thlight.com
1.0 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.
| | 0x7f.dev
26.3 parsecs away

Travel
| [AI summary] A developer explains a JavaScript 'this' binding issue in a class method and provides solutions using bind or arrow functions.