Fork me on GitHub
#juxt
<
2019-07-10
>
rgm05:07:15

The aero docs have a tantalizing reference to using it for feature toggles. Is there a public example of this anywhere? I couldn’t find anything in edge.

dominicm19:07:30

@rgm when we do it, it's very boring:

:ig/system
{:web-server
 {:do-a? #profile {:staging true :prod false}}}
Then pass do-a? the part of the code that needs to know.

rgm20:07:44

oh, I see. That’s helpful, thanks.

rgm20:07:11

I can imagine merging that stuff in from another source at http server startup.

rgm20:07:27

everything data ftw.

💪 4