Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

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
Contributor

"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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants