Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Clojure]: reverse-string: Mentor note update (#2191)
* In my mind `(apply str (reverse s))` expresses the intent more clearly I think using what is arguably an implementation detail of list (i.e. that it appends at the start) is fine but not as explicit and obvious as `(apply str (reverse s))`. * Update tracks/clojure/exercises/reverse-string/mentoring.md --------- Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
- Loading branch information