Dmitri Sotnikov
Dmitri Sotnikov
I think all that needs stating is the order, so we know db would be started before server can start for example.
another related idea might be to allow `start` to take an optional map that specifies the order components should be started in. That way the user could explicitly define the...
I think it might be useful to express it as a tree, if server depends on both db and queue, but db and queue don't depend on each other then...
but yeah possibly overthinking this :)
yeah that looks looks great, it makes it possible to see the startup order which I think addresses the original issue :)
ah sounds like a great idea, looking forward to it :)
I definitely agree that it would be nice to have more comprehensive docs, and especially regarding best practices. A style guide would be of great help for beginners. I would...
@mike-thompson-day8 I'd be up for helping with getting a docs system going. It's certainly a pain point for people, the main thread on the new Reagent release on reddit [focuses...
That would be fantastic, and if you find any deficiencies in cryogen definitely open up an issue. The author is very responsive, and I help out with it a bit...
I like the devcards idea, it seems like a great fit for making examples and tutorials,