Skip to content

Code Style rules

Lydia edited this page Dec 8, 2018 · 1 revision
  • Comment your code. Try to make it as clear as possible what you are intending with each major section. Keep comments relevant as your code evolves.

  • No inline styles (except for debugging purposes), and don't use ids for CSS styling.

  • Remove console.logs and debuggers before making PR

Clone this wiki locally