sort_constructors_first rule: accessors proposal #57651
Labels
analyzer-linter
Issues with the analyzer's support for the linter package
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
After enabling the
sort_constructors_first
rule, I noticed that accessors are considered by the rule to be methods rather than properties. I'd like to start a quick discussion about whether this should be the case. In my code, I usually sort these first because to me, they more or less appeal as properties. However, I can completely understand the other side of this argument. Wondering what other people think about this.The text was updated successfully, but these errors were encountered: