Difference between revisions of "Cpp Coding Standards/FDESIGN/OneTask"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
 
Line 4: Line 4:
 
==== Details ====
 
==== Details ====
 
Keep things simple. A function with many tasks is hard to use and even harder to maintain. The task of a function should be describable in one sentence.
 
Keep things simple. A function with many tasks is hard to use and even harder to maintain. The task of a function should be describable in one sentence.
 +
[[Category:Coding Standards]]

Latest revision as of 17:11, 14 December 2009

One Task (OneTask)

<- Summary

Details

Keep things simple. A function with many tasks is hard to use and even harder to maintain. The task of a function should be describable in one sentence.

Personal tools