Hacker News new | ask | show | jobs
by root_axis 1610 days ago
Never break the API. If you need a new API contract use API versioning so that consumers can upgrade when it's convenient. Additionally, use contract testing.