Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
This API is not version and, and it's public to the world. Changing the column name would break too many customers implementations that use it.
-
anekix3947y@juneeighteen don't you have a production and staging setups different? Fix your api on staging first then when it's done roll out changes to production and nothing breaks.
-
fschndr4877y@juneeighteen Change the one that's wrong and implement both cases in your backend while propose from now one only the right way in your API documentation. Backwards compatibility!
-
mattsiah77yUmmm... migration? Bug fix? From your description it sounds like your app once something goes to production it's permanent and nothing can ever be iterated on. Sounds amazing SMH.
Why do we have code reviews:
To stop stupid crap like column names with mis-matched cases:
* FirstName
* Lastname
Now it's in the production APi and nobody can change it.
undefined