|
|
|
|
|
by devmor
1388 days ago
|
|
I use FKs because I have built my career on refactoring old software. I have seen over and over firsthand the kinds of data integrity problems that come from leaving the decision to the business software and those who meddle asynchronously with data. You can always rewrite software. Rewriting bad data is not only difficult but often impossible. |
|
"You can always rewrite software. Rewriting bad data is not only difficult but often impossible."