[Next] [Prev] [Top]
No Title
Functions
- 8.1 - General
-
- 8.2 - Avoid passing arguments by value (GL)
-
- 8.3 - Prefer const references or references instead of values for arguments. (GL)
-
- 8.4 - Avoid overloading functions or methods based upon "minor" promotions (GL)
-
- 8.5 - Avoid warnings in formal parameters by omitting variable names (R)
-
- 8.6 - Use static where ever possible (R)
-
- 8.7 - Break functions with long parameter lists (both formal and actual) into multiple lines. (GL)
-
- 8.8 - Do not split overloaded functions across modules (R)
-
- 8.9 - Some functions should be static class members. (GL)
-
No Title
[Next] [Prev] [Top]
Generated with CERN WebMaker