Coding Standards

Coding Standards Introduction

This is the Introduction for the coding standards document

We have coding standards in place to ensure that the codebase is consistent and easy to read. This document outlines the coding standards that we follow in the occupi codebase.

  1. Python: We follow the PEP8 coding standards for Python code.
  2. JavaScript: We follow the Airbnb JavaScript style guide for JavaScript code.
  3. Golang: We follow the Golang coding standards for Golang code.