devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
grav 2015-12-01T13:07:52.000089Z

Where do I put my devcards?

grav 2015-12-01T13:08:12.000090Z

Should I put them in the ns containing the components? Or some devcards-only namespaces?

ricardo 2015-12-01T13:31:46.000091Z

@grav I recommend a devcards-only namespace, so you can fully excise it when doing a release.

ricardo 2015-12-01T13:33:59.000092Z

Although I haven’t really looked into what happens with :devcards false does, maybe it ensures the devcards aren’t compiled. Perhaps @bhauman can comment.

bhauman 2015-12-01T15:34:05.000093Z

@grav I always start with them inline with my code and then move the ones I want to keep into a devcards-only tree