Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 530 Bytes

frontend.md

File metadata and controls

17 lines (10 loc) · 530 Bytes

Frontend Conventions

Javascript

The team at AirBnB has authored a cool Javascript style-guide. Read it here

Also, to improve code readibility on Javascript take a look at jstherightway.org

Strict Mode will not be used.

HTML & CSS

Mark Otto (creator of Twitter Bootstrap) has written a good code-style guide on how sustainable HTML and CSS codes should look. Read it here