Best practices to help CulturePlex developers
You should always use UTF-8 for every document.
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.
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.