integrant

greg 2022-05-31T13:58:27.071679Z

Have you tried using Integrant within Polylith project?

imre 2022-05-31T14:18:00.191739Z

subscribing to the thread 😄

λustin f(n) 2022-06-24T15:07:29.852349Z

I have been using Integrant in a Polylith project. What are you wondering about?

imre 2022-06-24T15:48:01.415309Z

Where in the workspace do you define your integrant multimethod impls? Do you put interface/core into the key names? Do you need custom namespace loading?

imre 2022-06-24T15:48:29.001679Z

Off the top of my head 🙂 thanks for replying

λustin f(n) 2022-06-24T20:13:34.812679Z

We are pretty split on that decision so far. I have mostly been putting them in the interface, ending up with things like :org.my-server.interface/server . However, it does look pretty to have the keys look like :org/my-server . If you are using interface files like polylith expects you too, I think it is good for the multimethods to be in those files even if it makes the naming less 'pretty'

👍🏼 1