polylith

itaied 2025-12-08T20:38:04.794599Z

how should i manage access to global constants? i have a datomic rule (ancestors) which i wonder if i should just access it or if it makes sense to put it behind an interface

seancorfield 2025-12-08T21:28:09.039009Z

I would probably put it in a component, possibly its own component, and define it right there in the interface.clj file (no impl needed).

✅ 1