Don’t Refactor Like Uncle Bob. Please

Correction: Throughout this article, I attribute Chapter 2 of Clean Code to Robert Martin, however I was recently informed that this particular chapter was actually authored by Tim Ottinger. That s…

Axol's Blog
Super simple code with years of programming experience is way different from beginners. Simple code means easy to implement, easy to understand, independency and no side effects. Doing things to be simple is not easy.
It takes years to transform from complicated code to simple code.
#programming #simplecode