mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
aed2b1804c
commit
08c2fba2a0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user