You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Someday we'll need to be able to make breaking changes to the backend without the frontend needing to know or care. See this thread for one possible implementation, and also see what else you can come up with.
Also, try to come up with a strategy for deprecation -- versioning sounds great, but keeping 90 versions of an API around sounds like a headache.
The text was updated successfully, but these errors were encountered:
Someday we'll need to be able to make breaking changes to the backend without the frontend needing to know or care. See this thread for one possible implementation, and also see what else you can come up with.
Also, try to come up with a strategy for deprecation -- versioning sounds great, but keeping 90 versions of an API around sounds like a headache.
The text was updated successfully, but these errors were encountered: