Clean code Tip : SRP is the MEDUSA of Clean code family.

Clean code Tip : SRP is the MEDUSA of Clean code family.
While we are hearing tips on Clean code, the most common tip is maintaining SRP while writing class or methods, in a broader scope Module/Package/Service/API.But Irony is, SRP is the most powerful but obscured principle in the Design toolbox, this throws...

Clean code Tips 2:: Use Top-down Approach While converting complex logic into Methods.

Clean code Tips 2::  Use Top-down Approach While converting complex logic into Methods.
To know How to write clean Method, is the stepping stone of writing proper Clean code, your already know common things like method should be clean, readable, giving proper names, I will not write on this I will focus on the flow of the method, there...

Clean code Tips1:: Urge to put comments? refrain to do it.

Clean code Tips1::  Urge to put comments? refrain to do it.
While you are writing code, assume you are writing a novel and your fellow coders is a reader of your novel, so anytime you think you have to put comment that means something wrong, you cant express yourselves through code. A real clean code does not...