#solid-principles
Read more stories on Hashnode
Articles with this tag
We all agree: a good name is always the most important thing. Let’s find them. TL;DR: Change your bad names for good ones We all use names for...
Failure is fashionable. Making is much easier than thinking and failures are not stigma, let's take this idea to our code. TL;DR: Fail fast. Don't...
Meta-programming is magic. That is the main reason why we should not use it. There are many dire consequences on the horizon. The same happens with...
He is not our friend. It does not simplify life or make us more efficient. Just more lazy. It is time to stop using null. Tearing down another...
A root cause analysis of all failures of our software will find a single culprit with multiple costumes. · The enemy is always there. Many times...
Ye olde Reliable Data Structures and Their Controversial (Write) Access. Using objects as data structures is an established practice that generates...