Difference between revisions of "Talk:Lua code style guidelines"

From Minetest Developer Wiki
Jump to navigation Jump to search
(Created page with "Noone will read this page so why even write something in here? ...")
 
(Add comments by sapier)
Line 1: Line 1:
Noone will read this page so why even write something in here? ...
+
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?
 +
:-- [[User:Sapier|Sapier]] ([[User talk:Sapier|talk]])

Revision as of 20:15, 18 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?
-- Sapier (talk)