6 ms·
DRY is mostly fine in code, but does not hold for data. There, inmutability and audit trails win over DRY, in my opinion.
by dkottow 4y ago
DRY is mostly fine in code, but does not hold for data. There, inmutability and audit trails win over DRY, in my opinion.
- goto11 4y agoA single source of truth is even more critical for data. It is the principle behind normalization.