Hi, I'm working in a company building micro-servic...
# general
c
Hi, I'm working in a company building micro-services mostly written in java with the exception of 2 teams that are writing theirs in scala (between 10-20 services). We have multi repos in a typical setup: one git repo (in bitbucket) -> one jenkins pipeline (generated by jenkin's jobdsl). Would it make sense for the 2 scala teams (and only them) to share a common git mono-repo built with pants? The two teams occasionally share libraries. Would it make sense to go down to a mono-repo per team?