Skip to content

Project Style Guide

Alex PR edited this page Dec 8, 2017 · 7 revisions

Please comment your code in both HTML and CSS with

  • feature name: BEGIN

  • feature name: END

This will be easier to navigate and understand, especialy when resolving merge conflicts.

Since we are all familiar with Udacity, we adopt the Udacity Frontend Nanodegree Style Guide with the following clarifications:

Indentation:

  • HTML : 2 spaces
  • CSS: ?
  • JavaScript: 4 spaces

Clone this wiki locally