The cognitive load theory can help us learn more effectively our codebases, and make them easier to understand.| The Valuable Dev
Do we need to measure complexity? With what metrics? What benefits can it brings? This is the questions we'll answer in this article.| The Valuable Dev
When developers speak about the Single Responsibility Principle, nobody seems to agree. What means the SRP? Should we still use it?| The Valuable Dev
Command-line interfaces can solve many problems developers have. It's important to have a good shell, like Zsh, to leverage their power.| The Valuable Dev
Abstraction is fundamental in software development. What is it? What's its benefits? Should we abstract everything?| The Valuable Dev
Global variables are a common pitfall many developers fall into. Let's take a look why, and how we can fix this problem.| The Valuable Dev
Is simplicity important? How to achieve it? How to manage complexity? Here's a detailed article about the KISS principle.| The Valuable Dev
What are the benefits and drawbacks of the DRY principle?| The Valuable Dev