Difference between revisions of "Talk:Lua code style guidelines"
Jump to navigation
Jump to search
ShadowNinja (talk | contribs) (Reword signature line) |
|||
Line 7: | Line 7: | ||
:* Definition of what makes a good comment needs to be more specific. | :* Definition of what makes a good comment needs to be more specific. | ||
:* I think comparisons should always be to an explicit value. | :* I think comparisons should always be to an explicit value. | ||
− | : | + | :Suggestions by [[User:Sapier|Sapier]]. Reworded by [[User:ShadowNinja|ShadowNinja]] to follow English grammar rules, interpretation may not be exactly correct. |
Revision as of 02:58, 20 August 2014
Suggestions for this page:
- Multi-line comment style should be specified.
- Why shouldn't DoxyGen be used?
- I like to use something more visual like a line of dashes to separate top-level functions.
- Why are spaces around equals signs in short tables allowed to be omitted? They help readability.
- I think parenthesis almost always improve readability. Why minimize the amount of them that you use?
- Definition of what makes a good comment needs to be more specific.
- I think comparisons should always be to an explicit value.
- Suggestions by Sapier. Reworded by ShadowNinja to follow English grammar rules, interpretation may not be exactly correct.