HI everyone! 🙂
I am working for a little IT consulting company that is trying to build an SaaS using Azure functions. So we currently three repos:
1. the actual function code (Python),
2. a package with common classes and functions used by 1. (Python) and
3. the IaC (Terraform).
After seeing the problems of coordinating versioning across those three rearing their ugly heads on the horizon, Istarted looking into monorepos, and monorepo.tools brought me here.
The experience is great so far - except that the conceptual learning curve is quite steep. tailor does a lot of heavy lifting, but whenever that is not enough, it is a little difficult to see what needs to be done where, why and how. But that may be my inexperience with build systems beyond make and waf.
Anyway - cheers for all your efforts! 😄