polyfy / polylith

A tool used to develop Polylith based architectures in Clojure.
Eclipse Public License 1.0
514 stars 47 forks source link

Clarify the example project showing how to use Polylith with an Integrant system #486

Closed marksto closed 1 month ago

marksto commented 2 months ago

Hi Joakim!

Here's a clarification of Whats and Whys for the Polylith + Integrant system example introduced in #482. I decided to write them down after having a conversation with folks on Slack.

Also, it now caters for in-REPL development with integrant/repl lib that I forgot to add in the first PR (even though I initially intended to do so and introduced a dependency on the lib previously).

Cheers, Mark

tengstrand commented 1 month ago

This is really valuable. Thank you so much @marksto!