-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
P4area-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-assistIssues with analysis server assistsIssues with analysis server assiststype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
I'd say it is much more common for a user to prefer changing the shape of a function than to change the expected return type. I have no numbers to prove, so it is merely a guess.
So I'm proposing we review the priorities for:
Convert to expression function
Convert to expression body
Convert to block body
Convert to async function body
Remove 'async' modifier
So they stay relatively in the order of the list above. Never the async
related ones before the shape ones.
WDYT @bwilkerson?
Metadata
Metadata
Assignees
Labels
P4area-devexpFor issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.devexp-assistIssues with analysis server assistsIssues with analysis server assiststype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug