Hacker News new | ask | show | jobs
by wallflower 5251 days ago
> Database issue. You just go there and change the data

I have heard stories of how very large financial institutions never ever delete a database column from a table, they just keep adding columns. They will not delete a data column for the very real fear that mission critical applications will stop working properly or fail silently.

1 comments

Which is a very wise policy. It's not like deleting apparently unused code that you can get back from version control if you turn out to be wrong. The cost of carrying a hundred unused columns around forever is negligible compared to the cost of deleting one that turned out to be still used.