bhauman / devcards

Devcards aims to provide a visual REPL experience for ClojureScript
1.53k stars 116 forks source link

default to opt-in versus defaulting to opt out #87

Open bhauman opened 8 years ago

bhauman commented 8 years ago

The major case is that people want the devcards to render.

The minor case is when people want to prevent devcards from being compiled into production source c code.

I surmise that I will remove the :devcards true requirement in the majority case and add the requirement for :devcards false in the minor case.