#programming-blogs
Read more stories on Hashnode
Articles with this tag
Fellow developers, PLEASE don't teach the juniors those `getters/setters` quirks. What? When consulting a domain expert to describe an entity, it's...
TL;DR: Use it when it is worth the effort. · In our ongoing blog series, we dive into the realm of design patterns and their practical applications....
To be (single) or not to be (single)? · Design patterns are a valuable tool for solving common programming problems. However, it's important to note that...
Patterns are just what they are: repeating behaviors, not rules. · In our previous post, we provided a basic introduction to the topic of behavioral...
When I learned about coding principles like SOLID, one principle has always stood out: Functions should do one thing. They should do it well. They...
After the previous post about creational patterns, in this post, we will talk about structural patterns. Creational design patterns are an essential...