clojuredesign-podcast

Discussions around the Functional Design in Clojure podcast - https://clojuredesign.club/
lodin 2019-07-23T21:59:13.005500Z

@genekim @nate A nice feature of component is that you can move the fake-mode logic out of new-system, and merge fake components into the real system before starting it. So you can have different fakes for different scenarios, yet keep the real system definition clean.