giovedì 14 gennaio 2010

CleanCode/2 - It is not enough for code to work

Chiedo scusa a quanti si risentirono pesantemente quel giorno quando dissi che il codice prodotto di corsa in un mese di overtime non fosse di qualità. Perchè di qualità si trattava, non del fatto che funzionasse o meno, non del fatto che il cliente ne fosse soddisfatto o meno. Non era mia intenzione sminuire il lavoro di nessuno.
Perdonatemi, ma...
It is not enough for code to work. Code that works is often badly broken. Programmers who satisfy themselves with merely working code are behaving unprofessionally. They may fear that they don't have time to improve the structure and design of their code, but I disagree. Nothing has a more profound and long-term degrading effect upon a development project than bad code.
Bad schedules can be redone, bad requirements can be redefined. Bad team dynamics can be repaired. But bad code rots and ferments, becoming an inexorable weight that drags the team down. tiem and time again I have seen teams grind to a crawl because, in their haste, they created a malignant morass of code that forever thereafter dominated their destiny.
Of course bad code can be cleaned up. But it's very expensive. As code rots, the moules insinuate themselves into each other, creating lots of hidden and tangled dependencies is a long and arduous task. If you made a mess in a module in the morning , it is easy to clean it up in the afternoon. Better yet, if you made a mess five minutes ago, it's very easy to clean it up rigt now.
So the solution is to continuously keep code as clean and simple as it can be. Never let the rot get started.
Chapter 14: Successive Refinement - Conclusion - pag. 250

Ricordate quando tante volte abbiamo ripensato al passato e ci siamo chiesti "Ma perchè abbiamo fallito?". Personalmente aggiungo questa qui: non sappiamo scrivere codice pulito.

venerdì 1 gennaio 2010

Il TDD oggi

"It is 2010. I declare that #TDD is no longer controversial."
"@bradwilson #TDD I am not wishing. I am DECLARING. Resistance is futile!"
Uncle Bob - Twitter - 01/01/2010