Clean Code: The Good, the Bad and the Ugly | Daniel's programming rants
a new look at clean code

Good naming uses problem-domain names for functions, classes and variables. This is also a main principle in DDD, namely the ubiquitous language.


Quote Citation: Daniel Gerlach, “Clean Code: The Good, the Bad and the Ugly | Daniel’s programming rants”, 2024-12-13, https://gerlacdt.github.io/blog/posts/clean_code/