Articles in this series
Beginnings
It's Clean Code, but is it good code?
There is a common sentiment among software developers that modules should be small. In OO (object oriented) programming, we can apply this to classes, but a module can refer also to sub-systems and entire services. Indeed, the trend of building thing...