Coding Guidelines

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(catchg)
m (-Documentation, -Technical, -Software (non-openmoko), +System Developers)
Line 27: Line 27:
 
{{Languages|Coding_Guidelines}}
 
{{Languages|Coding_Guidelines}}
  
[[Category:Software (non openmoko)]]
+
[[category:System Developers]]
[[category:Technical]]
+
[[category:Documentation]]
+

Revision as of 21:49, 12 September 2008

Contents

General Recommendations

GNU Standards is also a good read for developers in general.

C Coding

All C code should be done in the C99 standard -- it's much more maintainable, less error prone, clean and concise, and removes a lot of C's warts.

Here is some good information about C99:

This is a good C coding guide:

C++ Coding

Commit Logs

GNU Change Log Guidelines


Personal tools

General Recommendations

GNU Standards is also a good read for developers in general.

C Coding

All C code should be done in the C99 standard -- it's much more maintainable, less error prone, clean and concise, and removes a lot of C's warts.

Here is some good information about C99:

This is a good C coding guide:

C++ Coding

Commit Logs

GNU Change Log Guidelines