Hacker News new | ask | show | jobs
by golergka 624 days ago
> You IDE can help if there are 500 functions, but nothing would help you if you have 500 micro services.

Using micro-services doesn't mean you're using individual repositories and projects for each one. The best approach I've seen is one repo, with inter-linked packages/assemblies (lingo can vary depending on the language).