Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention the comment macro #41

Open
mishadoff opened this issue Mar 15, 2013 · 1 comment
Open

Mention the comment macro #41

mishadoff opened this issue Mar 15, 2013 · 1 comment

Comments

@mishadoff
Copy link
Contributor

Sometimes it useful to comment out multiple lines. That can be done with the comment macro:

(comment
  (some-code-1)
  (some-code-2)
  (some-code-3))

Maybe it's worth to mention that in style guide.

@bbatsov
Copy link
Owner

bbatsov commented Jun 4, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants