#clean-code
Read more stories on Hashnode
Articles with this tag
Writing good code is important for any software project. It's also something I deeply care about. However, it can be hard to spot problems by just...
Refactoring is a technique for restructuring existing code without changing its behavior. You can think of refactoring as a series of small code...
Clean code is code that's easy to read, maintain, and understand. I consider writing clean code a skill. And it's a skill that you can learn and...
Is the anemic domain model an antipattern? It's a domain model without any behavior and only data properties. Anemic domain models work great in...