Skip to content

A guide to coding style, help to keep the code clean and maintainable.

Notifications You must be signed in to change notification settings

harshgupta97/style_guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Guide

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).

Repo Structure

  1. Clean Code
  2. JavaScript
  3. TypeScript
  4. Rules

Clean Code

Credit : CodeWithMosh

NOTE :: We write clean code for other , not for ourself. Our code is Clean when someone else understand it.

JavaScript

A mostly reasonable approach to JavaScript.

TypeScript

A mostly reasonable approach to TypeScript.

Rules

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.

About

A guide to coding style, help to keep the code clean and maintainable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published