/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

php-and-symfony.matthiasnoback.nl
| | higher-order-logic.github.io
13.1 parsecs away

Travel
| | This is all Chris Matts idea. He realised that the problem with the "Technical Debt" metaphor is that for managers debt can be a good thing. Executives can be required to take on more debt because it makes the finances work better, it might even be encouraged by tax breaks. This is not the same debt as your personal credit card. Chris came up with a better metaphor, the Call Option.
| | blog.martinig.ch
11.8 parsecs away

Travel
| | Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to
| | www.softdevtube.com
12.0 parsecs away

Travel
| | The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a
| | matthiasnoback.nl
0.5 parsecs away

Travel
| [AI summary] The article discusses the importance of tests and static analysis tools in safely refactoring code, highlighting common pitfalls and the benefits of structured, small-scale changes.