Hi, my name is Sérgio Leal, I'm a software developer from Brazil and here I will make my notes by reading the book Clean Code.
Cap 1
The Code
The programmer never will never be replaced by a code generator(AI), programming is constantly evolving and carrying out updates without generating new errors is a complex task because we will never know where this modification would be reflected.
Bad Code
Incorrect code can lead to poor performance, affecting code/project delivery resulting in a company going bankrupt.
The cost of having bad code
TDD is very important to avoid problems with changes to one component reflecting negatively on other screens.
Coffee Break ☕
Top comments (0)