-
Notifications
You must be signed in to change notification settings - Fork 716
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
Changing the variable name for accurate understanding. #6424
Conversation
This is the change for updating the webpage in the https://dart.dev/libraries/async/using-streams . Adding a Youtube video for the topic streams makes the user better to understand the topic and reduce the difficulties of them.
changed the variable names
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for thinking to improve these examples @J-Manoj-06!
The changes overall look good and make sense to me, but I do have one suggestion to consider. Let me know what you think. Thanks again :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for further improvements. And sir , if you can see the visible changes then please react to this comment sir. |
/gcbrun |
Visit the preview URL for this PR (updated for commit 49130e9): https://dart-dev--pr6424-j-manoj-06-patch-3-ldlsyop9.web.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for those adjustments! Looks great to me :)
@parlough Thank you sir!! |
This update improves the variable naming in the Dart regex example for accurate understanding:
Renamed
numbers
→digitsSequence
.Renamed
allCharacters
→lettersOnly
.This changes are made in two directories:
/examples/misc/test/library_tour/core_test.dart
/src/content/libraries/dart-core.md
This ensures and follows the contributing guidelines.
As per the wish , the variables name are modifies for greater understanding.
Fixes #6410
Best regards,
Manoj J