Hacker News new | ask | show | jobs
by radimm 769 days ago
Author here - this is my primary goal, exposing the complexity developer might not even think about. Can't even count number of instances seemingly inconspicuous changes caused incident.

"Works on my DB" is new "works on my machine" (and don't trademark it, please :)))

1 comments

Agreed! A common ORM pitfall is column rename which often doesn't get implemented as a rename as much as it does a DROP and ADD which will affect the data in a surprising way :-D