Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 653 Bytes

styleguide.md

File metadata and controls

14 lines (9 loc) · 653 Bytes
layout title
styleguide
Lessonly Styleguide

Lessonly Coding Style

.editorconfig

The app contains an .editorconfig file which specifies most of the syntax conventions (spacing, etc.) we use. Be sure you're using an Editorconfig plugin with your preferred text editor to ensure your code conforms to these conventions.

General Guidelines

  • Don't ship commented-out code. It can be a distraction from the actually functional code. If code is obsolete or non-functional, delete it: we'll always have a record of it in Git.