Architecture

Clean Code, comments

Some months ago I finished the Clean Code book, I already wrote about functions, today I’ll write about my highlights regarding comments, Comments are not like Schindler’s List. They are not “pure good.” Indeed, comments are, at best, a necessary evil Indeed, if a comment is needed, 99% of the …

Clean Code, functions

I am reading Clean Code: A Handbook of Agile Software Craftmanship. Here my highlights from the Functions chapter. The way every developer with experience should read this book is like you know nothing, a blank canvas, draw your picture from there. Having less than two arguments is always …