integrant

shaun-mahood 2018-09-24T15:17:29.000100Z

@grierson Are you looking for something like https://github.com/duct-framework/duct ?

grierson 2018-09-24T15:23:10.000100Z

@shaun-mahood Possibly the 'modules' in Duct my solve the problem. Do you know of any further explanations of modules?

grierson 2018-09-24T15:27:13.000100Z

I'm using to writing code like this in C# then having a IOC automatically fill in the dependencies via naming conventions. (IGetThings.cs / ImplGetThings.cs)

shaun-mahood 2018-09-24T15:27:17.000200Z

@grierson @grierson The 2 talks by @weavejester on Integrant and Duct are both good - the Integrant one gives a good link between the 2 projects in the last bit of the talk https://skillsmatter.com/skillscasts/9820-enter-integrant-a-micro-framework-for-data-driven-architecture-with-james-reeves https://skillsmatter.com/skillscasts/7229-duct-covered

👍 1
grierson 2018-09-24T15:28:31.000100Z

@shaun-mahood Thanks, i've seen the integrant video but not the duct covered video. Thanks.

shaun-mahood 2018-09-24T15:29:50.000100Z

Oh good. I haven't used Duct much at all, but it definitely seems like the most promising option I can think of to get a similar workflow to what you are used to

grierson 2018-09-24T15:30:42.000100Z

Thanks.

grierson 2018-09-24T15:33:17.000100Z

@shaun-mahood I guess this would be the equivalent in Integrant.

shaun-mahood 2018-09-24T15:38:36.000200Z

Looks about right to me