Hacker News new | ask | show | jobs
by philstu 4177 days ago
Those people need to think a bit harder before smashing out some automagical API that things will rely on for basically forever.
1 comments

They sure do. I've written clients for services that have been autogenned from a database like this, and experienced pain repeatedly because every change they make breaks their API.

At least this product realises that and attempts to deal with versioning. Unfortunately that way is by pushing the complexity into the database.