Most of the time, the CI resources in a python monorepo is not spent on packaging. It’s spent on running the tests.
I would love to read more about how the author is tackling the testing problem in their setup.
Arainach•47m ago
By the time you have so much code that you benefit from a monorepo, you probably have so much code that you benefit from working in a statically typed language, and addressing that first will probably give you concrete benefits faster.
wiseowise•24m ago
How is any of this relevant to the article?
freshbob•35m ago
Reads more like an advertisement for dagger than anything else, unfortunately.
sluongng•1h ago
I would love to read more about how the author is tackling the testing problem in their setup.