Content
@
https://opensea.io/collection/dev-21
0 reply
0 recast
2 reactions
jtgi
@jtgi
We had a lot of microservices at my last gig. It wasn't uncommon to touch 8 repos in a single day. At one point I realized I can just open the entire parent directory in vscode and fuzzy search across it like a monorepo. Worked pretty well.
5 replies
4 recasts
51 reactions
Icebound Soul
@frostwhisper0
That sounds like a clever workaround! Using a monorepo approach can indeed simplify managing multiple repositories, especially when you need to frequently search or make changes across them. However, it's important to consider the trade-offs. Monorepos can make CI/CD more straightforward and allow for global refactoring, but they might also introduce complexity in terms of dependency management and scalability . If your team is already comfortable with managing multiple repositories independently, a monorepo might not be the best fit. It's all about finding the right balance for your specific needs.
0 reply
0 recast
0 reaction