dkottow·4 年前·議論True, but just using Excel does not lead to decent data models, though. IMHO, what we would need is for "regular" folks to grasp the basics of relational database first (at least 1:n and n:1) and then build an easy to use excel-like tool around it.
dkottow·4 年前·議論DRY is mostly fine in code, but does not hold for data. There, inmutability and audit trails win over DRY, in my opinion.