The 4Cs Rule: Clean Code, Clever Code

Mikel
The Startup
Published in
6 min readOct 27, 2020

--

Each developer has his own style, vices and manias… And this can lead to problems, inconsistencies, poor scalability, etc. in shared projects. Fortunately, there are a number of principles, rules, and standards that help a team run like clockwork.

Is it advisable or desirable to practice the Clean Code?

More than recommended, it should be a must for all development teams. And as the rule of the 4Cs (Clean Code, Clever Code) says: Clean Code, Intelligent Code.

--

--