View source for Coding Guidelines/es

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Template used on this page:

Return to Coding Guidelines/es.

Personal tools

Recomendaciones generales

GNU Standards es una buena lectura para los desarrolladores en general.

Codificación C

Todo el código C debe estar en el estándat C99 -- es mucho más mantenible, menos tendiente a errores, claro y conciso y remueve las errores de C.

He aquí alguna buena información sobre C99:

Esta es una buena guía de codificación en C:

Codificación C++

C++ Style Guidelines

Bitácora de cambios

GNU Change Log Guidelines