Skip to content

Latest commit

 

History

History
60 lines (30 loc) · 1.31 KB

README.md

File metadata and controls

60 lines (30 loc) · 1.31 KB

CulturePlex Guidelines

Best practices to help CulturePlex developers

Index

Encoding

You should always use UTF-8 for every document.

Indentation

You should use spaces instead of tabs. But never mix both of them. Use 4 spaces for Python, and 2 or 4 spaces for HTML, CSS and Javascript.

Comments

Please, comment your code. You don't need to comment every single line! Just add a comment only when you think it would be useful for other developers.

  • Try to keep the CSS separate from your HTML, placing it in a separate file.