Kashif Wahaj's Blog

React JS Code Quality Checklist before PR

By Kashif Wahaj on Mar 11, 2024
Image post 6

Checklist for Better Code Quality

Check below before PR

  • No Unused File should be in PR
  • Always use @, alias imports
  • Check and Solve all linting problems
  • All New Components must be in components folder
  • Lines of code in a file should be less than 100
  • Delete all, comments and logs.
  • Always delete extra line spaces
  • use vscode extensions: ESLINT, PRETTIER, Find Unused Exports for help.
  • [ ]
  • [ ]
  • [ ]
Recent Posts
Image post 6

What is Action Class ?

Dec 26, 2024
A SRP implemenation for better code
Image post 6

CRUD Multi Pattern

Dec 11, 2024
Pattern to better code quality, testability, and reusability
Image post 6

Client Server Architecture

Mar 11, 2024
Checklist for better code quality of React / Javascript Code.