This repo contain doc related to write a clean and maintainable code.
Note: This guide contain the rules for writting or working on any code or code base and project(private or public), These rules only implemented on the code base written after the date of this repo(04-06-2021).
- Clean Code
- JavaScript
- TypeScript
- Rules
Credit : CodeWithMosh
NOTE :: We write clean code for other , not for ourself. Our code is Clean when someone else understand it.
A mostly reasonable approach to JavaScript.
A mostly reasonable approach to TypeScript.
Certain (collective) coding rule(s) while working on a project, Irrespective of language to maintain a clean code base. And to prevent coding smell in the project.