Bozhidar Batsov
Bozhidar Batsov
That'd be great. In general it'd be nice to gain more insight about what people are actually using in the wild - e.g. the recent debate about `defn-` vs `^:private`.
You're welcome. Guess only vim supports just one now. :-)
Hmm, I thought there was another major-mode for vim. Guess I was mistaken.
Btw, how should lists starting with literals like numbers and keywords be indented in vim/cursive style? Same as functions? ``` (1 2 3) (:require ala bala) ```
I think I've seen way more usages of the first style in the wild. Someone has to check this, though. Generally I don't have any issues with recommending this in...
Someone else should answer this. I've never seen such map in my life. :-)
Some ideas that we might borrow (in abstract form) for RSpec's best practices http://betterspecs.org/
I think it's more important to mention the difference between `#_` and `comment` and the fact that `comment` will actually return `nil`, which might break some code.