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
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).