The purpose of this document is to foster a more coherent coding style in languages that I use on a daily basis (HTML, CSS, JavaScript, PHP). I came to the conclusion that both creating as well as trying to follow an own coding standards guide will help me become a bit of a better programmer. This document is a work in progress.
I have read many great style guides over the years and it's undeniable that my own style is based on the following spadework:
- idiomatic.js
- Google JavaScript Style Guide
- Google HTML/CSS Style Guide
- Google Best Web Practices
- JQuery Core Style Guidelines
- Github HTML Style Guide
- Github CSS Style Guide
- Github JavaScript Style Guide
- WordPress Coding Standards
- idiomatic CSS by Nicolas Gallagher
- WordPress Core Contributor Handbook: CSS
- Fellowship Technology Code Standards
- CSS Wizardry: My HTML/CSS coding style
- Scalable and Modular Architecture for CSS
- ThinkUp: Code Style Guide: CSS
My Coding Style - Principles of Writing Consistent, Idiomatic Web Code by Jan Beck is licensed under a Creative Commons Attribution 3.0 Unported License.
This applies to all documents in this repository if not otherwise marked as property of others.