Skip to content

Technical Documentation

Ali Dorri edited this page Dec 28, 2024 · 27 revisions

General Guidelines

Conding Conventions

  • Java Script Style Guide
  • Use self-explaining codes: meaningful class, function, and variable names.
  • Only use comments to describe the reason behind your code. Not the obvious.

Project Structure

...

Git Flow

Clone this wiki locally