Hacker News new | ask | show | jobs
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.

1 comments

You mean you follow good software development practices? Heresy!