Articles in this series
Refactorings are amazing to grow and improve our code · TL;DR: Let's start addressing our code smells I have been writing a series on Code Smells for a...
I am not a security expert. But I do love Clean Code and Code Smells TL;DR: don't trust your hashes. The Hack Yesterday, 2022 Oct 7th one of the...
Preventing serious faults is within reach TL;DR: Use mature tools to make mature software. The Problem On July, 9th 2022, yet another hardware...
Is the year 2022. We keep programming in the 1950s. · TL;DR: We need to follow one simple rule. Follow the bijection. The new year arrived with new...
Let's name things the right way · According to Wikipedia: A software bug is an error, flaw or fault in a computer program or system that causes it to...
Every tutorial I've read for the last 30 years starts with the infamous -Hello World- example. This could be one of the reasons we write crappy...