Tag Archives: databases

Do The Basic Research

I fail to comprehend how someone can write this (emphasis mine): Overdesign is also very common with databases. People get hung up on rules like “third normal form”. Sometimes when you over-normalize a database is [sic] makes it impossible to … Continue reading

Posted in software development | Tagged , , | Leave a comment

A Non-Reason for Using ORM

There are many good reasons for choosing an ORM tool instead of using stored procedures. But one reason has always struck me as rather silly. That is choosing an ORM so that you can easily switch databases in the future. … Continue reading

Posted in software development | Tagged , | 1 Comment