add note about long conditions

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3141 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-12-03 17:41:26 +00:00
parent aed2b1804c
commit 08c2fba2a0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-12-03 André Pönitz <poenitz@gmx.de>
* Code_rules/Recommendations: add note about long conditions
2001-10-08 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* gettext.patch: update to gettext 0.10.40

View 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