DEV Community

Discussion on: Refactoring: Guard Clauses

Collapse
 
abesamma profile image
A.B. Samma

Totally agree. I discovered this when I was still a beginner in programming. It really helps make your code more readable.

Collapse
 
carlillo profile image
Carlos Caballero

Hi @Samma!

In my opinion the best thing when you applied this technique is that the mental effort is reduced when you read code.

Thanks!