Articles in this series
Beginnings · Edit: I originally had this as one big post but I've decided to break it into a multi-part series. I'll be talking about my journey trying...
It's Clean Code, but is it good code? · In my last post I wrote about my first steps on this cleaner code journey. I was recommended the book Clean 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,...