{clean code}

with Ali Montajebi

What is "Clean Code"?

Should readable and meaningful

1.

2.

Should reduce cognitive load

3.

Should be "to the point"

 

Should avoid unintuitive names, complex nesting and big code blocks

 

4.

5.

Should follow common pattern and best practices

6.

Should be fun to write and mantaine

Code

By Ali Montajebi