Hacker News new | ask | show | jobs
by yardstick 992 days ago
I would contend that this is an issue with namespace collision / poor namespace management than it is an issue with semver.

For example when I have a REST API endpoint I always prefix it with /<module>/<major-version>/ - would never expect to host both old and new versions on the same base URL