]> git.lyx.org Git - lyx.git/blobdiff - development/Code_rules/Recommendations
ws change
[lyx.git] / development / Code_rules / Recommendations
index ca838e3a3a08db17eb5131275b9f36599e690f08..ae1ef292e99826a73371604ffb0dc2246fcc0823 100644 (file)
@@ -50,6 +50,8 @@ follow these rules, but they should be the goal.
 
 - ensure that global objects are initialized before they are used.
 
+- avoid conditions to 'if' and 'while' that span more than a line
+
 --------
 
 S. Meyers. Effective C++, 50 Specific Ways to Improve Your Programs and