mentoring notes for Bob on the Ruby track#2391
Merged
IsaacG merged 12 commits intoexercism:mainfrom Feb 7, 2026
Merged
Conversation
kotp
reviewed
Feb 5, 2026
IsaacG
reviewed
Feb 5, 2026
IsaacG
reviewed
Feb 5, 2026
|
|
||
| ### Usage of Regular Expressions | ||
|
|
||
| Regular expressions are powerful, but can be illegible. While regex is common in Ruby code, if the student is having a hard time understanding regex it may be better to guide them toward a solution that uses simpler String methods. |
Member
There was a problem hiding this comment.
Exercism uses one sentence per line. See https://exercism.org/docs/building/markdown/markdown#h-one-sentence-per-line
kotp
requested changes
Feb 5, 2026
|
|
||
| ### Predicate Methods | ||
|
|
||
| The names of predicate methods (methods that return a boolean value) should end in a question mark (i.e. Array#empty?). |
Member
There was a problem hiding this comment.
Nice, and this means that (in general) we do not need has_ or is_ to indicate the query nature of the method.
Co-authored-by: Isaac Good <IsaacG@users.noreply.github.com>
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
Co-authored-by: Victor Goff <keeperotphones@gmail.com>
kotp
approved these changes
Feb 7, 2026
Member
|
@IsaacG if there is nothing else you see, this can likely come in. |
IsaacG
approved these changes
Feb 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
forum discussion to link this both ways.