Hacker News new | ask | show | jobs
by StabbyCutyou 3563 days ago
You have a good point in that in the early stages, any app is likely not to be a "monolith", but it's less about size/LOC and more about the design ethic of the architecture itself.

If you build your codebase internally with service level abstractions in mind, you can gain a lot of benefit without the cost of the network or the additional errors it can introduce.

Thanks for reading!

1 comments

I guess, in my head it's also eliminating a lot of code bloat using microservices. Just my opinion though.