Linter actually that important for a lot of minor things?

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • javascript

    JavaScript Style Guide

  • Think of it this way - not that long ago companies had massive documents for coding styleguides. Just as an example, here's one from Airbnb. Think about arguments about tabs vs. spaces, indentation, the placement of braces. A horrible mess, a waste of developer time and a pain to remember to make your code conform to the conventions.

  • dart_style

    An opinionated formatter/linter for Dart code

  • Sorry, perhaps im not quite familiar with the GitHub issues you’re chatting about, but a quick search shows the Dart team actually made a very similar argument about laptops and diffs as the first reply in a thread about the 80 character max: https://github.com/dart-lang/dart_style/issues/833

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • pub-dev

    The pub.dev website

  • The problem is not working on a project with 80 or 120, it's an inability to define for a given project across all team members, leading to a never ending loop of developers submitting code at the wrong line lengths, having diffs that are not diffable, wasting reviewers time, and wasting the developers time re-formatting and re-submitting code. If you ever work on a project with a lot of devs or turnover, you'll run into this issue over and over ad naseum. It's also constant on pub.dev, where people are not clear what the line length is, so they just submit their own preference often making for impossible to diff PRs.

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