Difference between revisions of "Cpp Coding Standards/Advice"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
Id: '''ADVICE'''
 
Id: '''ADVICE'''
  
This page contains advice that is accepted as sensible, but not clear enough or with too much details under discussion to be accepted as acheckable rule.
+
This page contains advice that is accepted as sensible, but not clear enough or with too much details under discussion to be accepted as a checkable rule.
 
----
 
----
 
=== Summary ===
 
=== Summary ===
 
==== Prefer STL Algorithms (Algo) ====
 
==== Prefer STL Algorithms (Algo) ====
Prefer STL algorithm calls to handwritten loops.
+
Prefer STL algorithm calls over handwritten loops.
  
 
[[/Algo|Details]]
 
[[/Algo|Details]]
 +
 +
 +
[[Category:Coding Standards]]

Latest revision as of 23:05, 19 July 2007

Id: ADVICE

This page contains advice that is accepted as sensible, but not clear enough or with too much details under discussion to be accepted as a checkable rule.


Summary

Prefer STL Algorithms (Algo)

Prefer STL algorithm calls over handwritten loops.

Details

Personal tools