Skip to content
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

Rename _getNext to _readNext #20

Merged
merged 1 commit into from
Dec 18, 2019
Merged

Rename _getNext to _readNext #20

merged 1 commit into from
Dec 18, 2019

Conversation

natebosch
Copy link
Member

"read" is more descriptive since it generally falls through to something
which reads from _scanner and changes state. Follows
https://dart.dev/guides/language/effective-dart/design#avoid-starting-a-method-name-with-get

"read" is more descriptive since it generally falls through to something
which reads from `_scanner` and changes state. Follows
https://dart.dev/guides/language/effective-dart/design#avoid-starting-a-method-name-with-get
@natebosch natebosch merged commit e9b2b81 into master Dec 18, 2019
@natebosch natebosch deleted the get-to-read branch December 18, 2019 22:29
mosuem pushed a commit to dart-lang/tools that referenced this pull request Oct 18, 2024
"read" is more descriptive since it generally falls through to something
which reads from `_scanner` and changes state. Follows
https://dart.dev/guides/language/effective-dart/design#avoid-starting-a-method-name-with-get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants