Some tips on tooling for improving our code

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

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.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Roslynator

    Roslynator is a set of code analysis tools for C#, powered by Roslyn.

  • Roslynator: heavy-duty C# linter.

  • ShellCheck

    ShellCheck, a static analysis tool for shell scripts

  • ShellCheck

  • 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
  • Sharpen

    Visual Studio extension that intelligently introduces new C# features into your existing codebase (by sharpenrocks)

  • Sharpen: if using VS 2017/2019, this is a cool tool to figure out newer C# features; works up to C# 8.

  • IDisposableAnalyzers

    Roslyn analyzers for IDisposable

  • IDisposableAnalyzers: object disposal validation

  • Standard

    🌟 JavaScript Style Guide, with linter & automatic code fixer

  • StandardJS: widely used formatting practice for JS code.

  • ReflectionAnalyzers

    Analyzers checking System.Reflection

  • ReflectionAnalyzers: type/class validation

  • ESLint

    Find and fix problems in your JavaScript code.

  • ESLint: the standard for linting JavaScript.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Microsoft.Unity.Analyzers

    Roslyn analyzers for Unity game developers

  • Unity Analyzers: to find gotchas in Unity-based games and apps.

  • roslynator

    Exposes some Roslyn internals in a nice way, such as executing code fixes or retrieving the CompositionContext for a Workspace. (by kzu)

  • Sample .editorconfig that can be applied & modified with apps & analyzers.

  • eslint-config-standard

    ESLint Config for JavaScript Standard Style

  • ESLint plugin for StandardJS; allows you to format code as StandardJS, but clear more serious errors too.

  • You-Dont-Need-Lodash-Underscore

    List of JavaScript methods which you can use natively + ESLint Plugin

  • ESLint plugin to suggest reductions in use of Lodash & Underscore: use this one carefully.

  • eslint-plugin-promise

    Enforce best practices for JavaScript promises

  • ESLint plugin to identify problems with promise chains: Mozilla has a good explanation of how they work.

  • moduloze

    Convert CommonJS (CJS) modules to UMD and ESM formats

  • Moduloze: this can auto-convert older JS code to the newer ES2015+ standards.

  • black

    The uncompromising Python code formatter

  • Black: basically StandardJS for Python.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • Spaceships and Testing in JavaScript

    5 projects | dev.to | 8 Jul 2022
  • A Guide to Order: Setting up Prettier and Eslint with Husky, Lint-staged and Commitizen

    8 projects | dev.to | 17 Feb 2022
  • TypeScript. Advanced Project Setup

    4 projects | dev.to | 18 Jan 2022
  • Formatting and linting in OSDSSG

    3 projects | dev.to | 5 Nov 2021
  • Javascript Security Checklist

    5 projects | dev.to | 29 Sep 2021