Hacker News new | ask | show | jobs
by mdparker89 4322 days ago
There's a way to eliminate the reuse problem as well. If you make the services event-based and only let them speak to each other through messages then a service can never use another service. Services only listen and dispatch, no interservice request/reply calls.