Y
Hacker News
new
|
ask
|
show
|
jobs
by
closeparen
2100 days ago
How are you getting around API versioning with independently deployable components?
1 comments
sokoloff
2100 days ago
If you call a piece of functionality from your own single deployable that you are refactoring, it’s much more like refactoring a function call than if it were an independent micro-service across a network.
link