googlearchive / pedantic

How to get the most value from Dart static analysis
https://pub.dev/packages/pedantic
BSD 3-Clause "New" or "Revised" License
324 stars 56 forks source link

Describe places where pedantic is stricter than Effective Dart. #44

Closed davidmorgan closed 4 years ago

davidmorgan commented 4 years ago

Fixes #38

davidmorgan commented 4 years ago

Ah, just realized I meant to @munificent

Bob, any input from your side please? Thanks :)

munificent commented 4 years ago

LGTM. I think in some of these cases, we can eventually converge and "Effective Dart" can be more opinionated as the community gets more used to something. For example, it softly suggests the new function type syntax because we weren't sure how people would feel about it. As people get more comfortable with it, we may be able to more strongly prefer it.

davidmorgan commented 4 years ago

SG, thanks.