File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ A common concern for mentees is how performant their solution is.
91
91
This is especially the case for "lower-level" languages such as C, C++, Go, and Rust.
92
92
Along with how idiomatic their code is, mentees of other languages are also often concerned with the efficiency of their code.
93
93
94
- ~~~~ exercism/notes
94
+ ~~~~ exercism/note
95
95
Benchmarking is not something that a mentor is _expected_ to do.
96
96
However, mentees are often particularly impressed by how a benchmark of their solution compares with other approaches.
97
97
~~~~
@@ -209,7 +209,7 @@ It may be that a request for an exercise that you are not interested in has been
209
209
You can choose to not address it in hope that another mentor will pick it up, or it may serve as motivation to give the exercise a try yourself.
210
210
One thing that may be helpful is to look at the submitted solution.
211
211
It may use an approach that you hadn't thought of, and that approach may make solving the exercise more attractive to you.
212
- But, if you look at the code and are still not interested in solving the exercises , there is no harm done.
212
+ But, if you look at the code and are still not interested in solving the exercise , there is no harm done.
213
213
Just because you look at a mentoring request doesn't mean you have to click the "Start mentoring" button.
214
214
215
215
[ website-copy ] : https://github.com/exercism/website-copy/tree/main/tracks
You can’t perform that action at this time.
0 commit comments