adamcohen / westfield_code_guidelines

A styles and standards documentation effort to quickly ramp-up anyone writing code for Westfield Labs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Westfield Labs Code Guidelines

A styles and standards documentation effort to quickly ramp-up anyone writing code for Westfield Labs.

Cofeescript

TBC

CSS

CSS guidelines

HTML

TBC

Java

TBC

Ruby

Use 2 spaces for indentation, no tabs

Wrap lines at 100 columns

Working with Git

Rebase instead of merge (git fetch --all; git rebase origin/master)

Preface all git commits with the Jira issue of the story it relates to

Licence

Creative Commons License
Westfield Labs Code Guidelines by Westfield Labs is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

A styles and standards documentation effort to quickly ramp-up anyone writing code for Westfield Labs