Difference between revisions of "Cpp Coding Standards/Advice"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Prefer STL Algorithms (Algo): clarity)
 
Line 8: Line 8:
  
 
[[/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