Cercando di trovare un preventivo - quando trovi un bug, correggi tutte le occorrenze

-2

Ricordo vagamente una citazione di, IIRC Kernighan. Qualcosa sulla falsariga di:

when you find a bug, fix all occurrences of it

Penso che sia in "Practice of Programming" o "The C programming language."

E, IIRC, era nel contesto di errori logici, quindi non presumevo che non si stesse seguendo DRY.

Qualcuno lo ricorda e sa dove trovarlo?

Sto scrivendo diapositive per un discorso, quindi vorrei avere la formulazione esatta nel contesto che è probabilmente più pithier del mio vago ricordo.

    
posta Mike Samuel 13.05.2018 - 15:47
fonte

1 risposta

1

L'ho rintracciato.

Nel Capitolo 5 di The Practice Of Programming :

Every bug you find can teach you how to prevent a similar bug from happening again or to recognize it if it does.

e

Don't make the same mistake twice. After you fix a bug, ask whether you might have made the same mistake somewhere else."

    
risposta data 13.05.2018 - 16:05
fonte

Leggi altre domande sui tag