Jay Martin
Jay Martin
pg. 182 under if-valid: Step 3 should read: "If there weren't" instead of "If there were"
pg. 175 in ```defmacro code-critic```: argument vector should be: ```[bad good]``` instead of: ```[{:keys [good bad]}]```
Replaced the word tag with the word element for precise semantics.
Tutorial worked fine for me, but now Sayid is failing to work on my own project. The workspace text is not colored and none of the keyboard shortcuts work. For...
It's not unusual for code editors to line wrap doc strings. Shouldn't Codox make the same assumption and wrap text found within `pre` tags by default? StackOverflow describes [one possible...