DEV Community

ancatrusca
ancatrusca

Posted on

How to tackle versioning APIs gone bad

When you are building an API or web API you should be considerate of future versions or uses. As Mike Amundsen answers Casey Rosenthal's questions:

"I think the biggest thing that people need to keep in mind is if your API is popular, if your API is effective, you're gonna have people using it who you've never met, they're gonna be using it in ways you've never thought of to solve problems that you can imagine. And any small change anywhere could just throw all of that out the window. "

Versioning Gone Bad

Top comments (0)