Welcome to P-E-E-K!


Know about the intent

Just a short read Wiki.


Developer Guide

Project Summary

Principles

Technology stack for


Coding Conventions

  1. Document your code : In the ideal world a piece of code should be self-explanatory about what it does, but that's not always the case. So just-in-case, please use commenting techniqies or use IDE tools to document your code e.g.

    /** This is your comment **/

    # This is your comment

  2. Indentation : Proper space are important to increase code readability. For making the code clear, dev's should utilize white spaces properly.

    Some of the conventions are as follows :

    • There must be a space after giving a comma between two function arguments
    • Proper Indentation should be there at the beginning and at the end of each block in the program
    • All braces should start from a new line and the code following the end of braces also start from a new line
    • Each nested block should be properly indented and spaced
  3. Naming Conventions : In the ideal world a piece of code should be self-explanatory about what it does, but that's not always the case.

  4. DRY Principle : In the ideal world a piece of code should be self-explanatory about what it does, but that's not always the case.

  5. Code readibility : In the ideal world a piece of code should be self-explanatory about what it does, but that's not always the case.

Design Patterns

  • 🚧 work in progress

Programming Paradimes

  • 🚧 work in progress

Front-End

Checkout the Front-End Repo

  • 🚧 work in progress

Back-End

Checkout the Back-End Repo

  • 🚧 work in progress

Testing

Checkout the Testing Repo

  • 🚧 work in progress

Key Team Members

Licenses

  • 🚧 work in progress

CI/CD

  • 🚧 work in progress