An Excellent Resource for Anyone looking for some Programming Guides


Found this, worth bookmarking. Formatting was a bitch though.

Guides
Guides for programmers who want to be awesome.
The intent of this repository is to collect and distribute links to useful coding style guides and development practices across the web.
Contents

Styling
CSS
Sass

Markup
HTML
XML

Programming languages

C
C++
C#
CoffeeScript
Go
JavaScript
Java
Objective-C
Perl
PHP
Python
Ruby
Scala
Shell
Swift

Frameworks
AngularJS
Ruby on Rails
Node.js

Other

API
Favicon
JSON
Security
Writing


### CSS

Google HTML/CSS Style Guide #
Principles of writing consistent, idiomatic CSS #
HTML and CSS code guide #
General CSS notes, advice and guidelines #

### Sass

Principles of writing idiomatic Sass #
Sass Style Guide #
Sass Guidelines #

## Markup

### HTML

Google HTML/CSS Style Guide #
HTML and CSS code guide #

### XML

Google XML Document Format Style Guide #

### JSON


Google JSON Style Guide #

## Behavior

### JavaScript

Google JavaScript Style Guide #
Principles of Writing Consistent, Idiomatic JavaScript #
Airbnb JavaScript Style Guide #
JavaScript: The Right Way #

### CoffeeScript

CoffeeScript Style Guide #

## Other

### API


HTTP API Design Guide #
Principles of good RESTful API Design #

### Security

Web Application Security Guide/Checklist #

### AngularJS

AngularJS Style Guide #
An AngularJS Style Guide for Closure Users at Google #

### C
C Code Style Guidelines #
ESA Style Guide for 'C' coding #

### C++

Google C++ Style Guide #

### C#

C# Coding Conventions #
Framework Design Guidelines #

### Go

Go Code Review Comments #

### Java

Google Java Style #

### Favicon

favicon-cheat-sheet #

### Writing

Writing style #
Documentation Style Guide #
Apple Style Guide #

### Ruby

The Ruby Style Guide #
Ruby Style Guidelines #

### Rails

The Rails Style Guide #

### Node.js

Node.js Style Guide #

### Objective-C

Google Objective-C Style Guide #
NYTimes Objective-C Style Guide #
The official raywenderlich.com Objective-C style guide #

### Perl

Perlingo - the Perl style guide #

### PHP

PHP: The Right Way #
PHP Coding Standards #

### Python

PEP 8 - Style Guide for Python Code #
Google Python Style Guide #

### Scala

Scala Style Guide #

### Shell

Google Shell Style Guide #

### Swift

The Official raywenderlich.com Swift Style Guide #


Taken from https://github.com/NARKOZ/guides/blob/master/README.md
Tagged:
Sign In or Register to comment.