design

Simple Design

Guidance for a better design

6 minute read

Several months ago, I wrote about some known design principles: SOLID, YAGNI, DRY, ….. (you can read the full post here). I was looking to understand and follow these principles for a goal: to write better code. And when I talk about “better” code, I mean readable and maintainable code. Code that every developer in a company should be able to maintain in a future. No matter if I’m still in the company or not.

Design Principles

Some light on design principles

5 minute read

I had some concerns about Design Principles, so I talked with my mentor a little about them, their importance and we also tried to demystify them, why not?