Skip to content

Avoid raw types, like Future or List. #2257

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2020

Conversation

srawlins
Copy link
Member

@srawlins srawlins commented Jul 9, 2020

This reduces dynamicism by reducing implicit dynamics. It also
reduces casts.

This is accomplished by replacing types with var, or by adding
type annotations.

This reduces dynamicism by reducing implicit dynamics. It also
reduces casts.

This is accomplished by replacing types with `var`, or by adding
type annotations.
@srawlins srawlins requested a review from devoncarew July 9, 2020 09:23
@googlebot googlebot added the cla: yes Google CLA check succeeded. label Jul 9, 2020
@srawlins srawlins merged commit 036d76e into dart-lang:master Jul 9, 2020
@srawlins srawlins deleted the strict-raw branch July 9, 2020 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants