Category: Clean Code

formatting.png 0

Clean Code : Keep code clean :: Formatting

Developers are authors. And one thing about authors is that they have readers. Formatting Formatting First of all, let’s be clear. Code formatting is important. It is too important to ignore and it is...

meaningful Names 0

Clean Code : Keep code clean :: Meaningful Names

Developers are authors. And one thing about authors is that they have readers. Meaningful Names   Meaningful Names Names are everywhere in software. We name our variables, our functions, our arguments, classes, and packages....