- Words, Writing and Copy . GitHub
- Pattern Libraries
- jQuery Foundation Commits and Pull Requests Guidelines
- Commit Often, Perfect Later, Publish Once: Git Best Practices
- Mercurial Working Practices
- jQuery Foundation HTML Style Guide
- jQuery Foundation Markup Conventions
- Principles of writing consistent, idiomatic HTML
- Markup & Templates Styleguide . GitHub
- CSS Styleguide . GitHub
- Google HTML/CSS Style Guide
- Paul Lloyd's styleguide
- Oli's style guide
- Principles of writing consistent, idiomatic CSS
- Harry Robert's HTML/CSS coding style
- Improving Code Readability With CSS Styleguides
- WordPress Coding Standards
- Scalable and Modular Architecture for CSS
- jQuery Foundation JavaScript Style Guide
- JavaScript Styleguide . GitHub
- Google JavaScript Style Guide
- Principles of Writing Consistent, Idiomatic JavaScript
- Airbnb JavaScript Style Guide
- Douglas Crockford:
- Dojo Style Guide
- Aloha Editor JavaScript Style Guide
- NPM style guide
- CoffeeScript Style Guide
- The Ruby Style Guide
- Ruby Styleguide . GitHub (based on ↑)
- The Unofficial Ruby Usage Guide
- Christian Neukirchen's Ruby Style guide
Is there a Go programming style guide?
Eventually, there may be a small number of rules to guide things like naming, layout, and file organization. The document Effective Go contains some style advice. More directly, the program gofmt
is a pretty-printer whose purpose is to enforce layout rules; it replaces the usual compendium of do's and don'ts that allows interpretation. All the Go code in the repository has been run through gofmt
.
- Google C++ Style Guide
- PEP 7 -- Style Guide for C Code
- Linux kernel coding style
- Apache Developers' C Language Style Guide
- PEAR Coding Standards
- CodeIgniter Style Guide
- Drupal Coding standards
- WordPress Coding Standards
- PHP: The Right Way
- Zend Framework Coding Standards
- The Definitive PHP Style Guide
- Lots of Googling around
- Lea Verou: Why tabs are clearly superior
- CSS Style Guides
- Front-end Style Guides