dart-lang / linter

Linter for Dart.
https://dart.dev/tools/linter-rules
BSD 3-Clause "New" or "Revised" License
628 stars 170 forks source link

Provide linter guidance around List constructors #3363

Open goderbauer opened 2 years ago

goderbauer commented 2 years ago

This stack overflow answer basically argues agains using list constructors to create lists: https://stackoverflow.com/a/61541310

It would be cool if some (all?) of that advice there could be encoded in lint rules to gently remind people that there are better ways to create lists than these constructors.

pq commented 2 years ago

See also: