Guias para tener un orden dentro de nuestro trabajo, y programar bajo un estilo unico dentro de Zenlabs.
- Code Review con Git
- programming best practices
- Style guide ruby (LECTURA FORZADA)
- Otras guias de estilos de codificacion
High level guidelines:
- Be consistent.
- Don't rewrite existing code to follow this guide.
- Don't violate a guideline without a good reason.
A note on the language:
- "Avoid" means don't do it unless you have good reason.
- "Don't" means there's never a good reason.
- "Prefer" indicates a better option and its alternative to watch out for.
- "Use" is a positive instruction.
Mashups de diferentes lugares
It is distributed under the Creative Commons Attribution License.