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

How about comments? #3

Closed
behrendtio opened this issue Aug 5, 2012 · 2 comments
Closed

How about comments? #3

behrendtio opened this issue Aug 5, 2012 · 2 comments

Comments

@behrendtio
Copy link

Shouldn't there be a section for comments? Like pointing out what to use and when. Examples:

# With a hash sign

// With slashed

/**
 * Multiline
 */

/*
 * Multiline with one asterisk on first line
 */

// Multiline through
// slashes

# Multiline through
# hashes

// Doc right over the code
var key = 'value';



// Doc with a spacer between comment and code

var key = 'value';
@felixge
Copy link
Owner

felixge commented Aug 5, 2012

I guess I have no strong feeling about comments. I do like // for comments (single and multi line). If you want to send a pull request for that I'll probably add it.

@behrendtio
Copy link
Author

Closed by: 19f4e9e08f8e635bfde7239192c6224f818af4e1

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