Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Coding Guidelines

Akhila Raju edited this page Jul 17, 2018 · 2 revisions

Git

We prefer a rebase workflow and occasional feature branches. Most work happens directly on the master branch. For that reason, we recommend setting the pull.rebase setting to true.

git config --global pull.rebase true

Indentation

Names

Types

Comments

Strings

Style