[system.clj](https://github.com/grierson/conduit/blob/master/src/conduit/usecases/system.clj) I'm learning Integrant by implementing the [real world conduit backend api](https://github.com/gothinkster/realworld). I've setup an initial attempt which is working however once ive added all the usecases, handlers, and routes to the config its going to be 100s of lines long. Is there a way to nest the configuration without giving functions unnessary dependencies?
If you’re generating the configuration programmatically, you can built it however you want. For example, you can create smaller configurations and merge them together.
Note that the keys in an Integrant configuration should be namespaced.