Fork me on GitHub
#polylith
<
2022-05-08
>
janezj14:05:53

Is polylith suitable for public projects like kit-clj, or it is most suitable for inhouse development? It seams to me that requires code changes (nterfaces) and ia a big step from deps.edn simplicity.

dgb2314:05:38

There's precedence of using monorepos for open source library code with the same "the artifacts are not the dev code" kind of philosphy.

janezj14:05:32

So libraries are not good candidates?

Hukka05:05:31

Libraries usually don't have projects or "deployments" per se, so polylith doesn't bring that much more than a monorepo under a single deps.edn, or perhaps couple deps.edns without the tooling

👍 1