The missing chapter of Code Reviews

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • cz-cli

    The commitizen command line utility. #BlackLivesMatter

  • Commit messages have a purpose, so that when you look back in your history, you would know what are the constituents of a particular commit and you won’t have to diff each and every commit to look for the changes you require. I generally follow the Conventional Commits and Semantic Commit Messages to commit my changes, and there are tools which can help you write these beautiful commits like commitizen, still it is your responsibility to add a meaningful commit message, no matter if you follow and semantics.

  • stylelint

    A mighty CSS linter that helps you avoid errors and enforce conventions.

  • Lint - Tools such as ESLint and Stylelint can help you enforce various rules in javascript and css - code styles, restricting use of certain methods etc.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • prettier

    Prettier is an opinionated code formatter.

  • Code Styles - Tools such as Prettier can help you apply certain code formatting with ease.

  • ESLint

    Find and fix problems in your JavaScript code.

  • Lint - Tools such as ESLint and Stylelint can help you enforce various rules in javascript and css - code styles, restricting use of certain methods etc.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts