|
|
|
|
|
by crustacean
2405 days ago
|
|
This is such a good point. Take SQL. It has survived because it is well designed, and changes so little and so slowly, and it’s obvious what SQL is and isn’t meant for. Amateur programmers can port SQL queries between database systems semi-painlessly. In the right environment a query can survive with small edits for YEARS. Who wants to break old SQL? Nobody. |
|
But changing database vendors for a company can be a big deal, as bad as going from Python 2 to 3.