About 4 results
https://jacob.blog/notes/ball-of-yarn-analogy · 21 Mar 2025
The importance of incremental maintenance
https://jacob.blog/notes/stable-dependencies-principle · 4 Jan 2025
> [!info] Definition > > Depend in the direction of stability. > > A component that we expect to be volatile should not be depended on by a component that is difficult to change. Otherwise, the volatile component will be difficult to change. Most of this ...
https://jacob.blog/notes/what-developers-miss-about-the-single-responsibility-principle · 5 Nov 2024
The real meaning of the "S" in SOLID: a module should have one, and only one, reason to change.
https://jacob.blog/notes/tech-debt · 17 May 2024
Defining and quantifying technical debt: what it is, where it comes from, and how to measure its impact on your team.