📄️ Commit Standards
A commit combines changes into a logical unit. Adding a descriptive commit message can identify the code changes. Remember the following things when making a commit:
📄️ Naming Standards
Folder Naming
📄️ Coding Standards
Writing code may easy, but well-structured one is powerful! The code should also be Reliable, Scalable, and Maintainable.
📄️ Linting
Linting is a process that allows us to maintain code quality and enforce code conventions.