|
|
|
|
|
by api
3440 days ago
|
|
I tend to try to write monolithic services in such a way that they could be broken up into microservices if that were ever desired. I don't go too far with this, just avoid things like shared static state and other anti-patterns. |
|