Browsing Tag
cleancode
20 posts
Why I Stopped Writing “Just Another CSV Script” for Every Project
Every project starts the same way: – Client sends a messy CSV file – I write a quick…
Backend Red Flags – What NOT to do
Standarts are there for us to maintain. By doing so, you stand a high chance of getting a…
Is Clean Code really practical?
Small functions are easy to understand? What if we have too many of them? Meaningful function names? Is…
Event Broker Implementation in C# Using Azure Service Bus
Hi devs The Event Broker Pattern is an essential part of modern distributed systems, particularly for microservices. It…
Regra 7: Elimine casos de falha
Série de artigos sobre o livro As Regras da programação de Chris Zimmerman. O livro trata de 21…
Why Naming Domain Rules Is Essential for Code Semantics
One of the main concerns of every software developer is to write clean code — code that not…
Clean code vs bad code
There are a lot of resources, books and opinions on how to write a good code. Let’s investigate…
Unlearning SOLID: My Path to More Nuanced Code Evaluation
Introduction If you are a software engineer, you have probably heard about the SOLID principles. They are a…
What is Clean Code and Why it is important
Writing code that only needs to be used once can be done however you want to write. But,…
Mastering Clean Code: Essential Practices Every Developer Should Know
Writing clean code is a fundamental skill for any developer, ensuring your work is not only functional but…