Cracking the Python Monorepo

(gafni.dev)

20 points | by amcvitty 2 days ago

3 comments

  • sluongng 2 hours ago
    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 1 hour 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 1 hour ago
      How is any of this relevant to the article?
  • freshbob 1 hour ago
    Reads more like an advertisement for dagger than anything else, unfortunately.