This is a living document representing some guidelines that will help our team do great work, and keep consistency in the codebase and the systems over time.
Naming
→ Explicitness, brevity, and consistency.Commenting
→ Exist to help future readers (including yourself).Testing
:- Code isn’t high quality without tests.