Skip to content
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

[Clojure]: reverse-string: Mentor note update #2191

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

mbjarland
Copy link
Contributor

@mbjarland mbjarland commented May 17, 2022

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)).

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))`.
@github-actions github-actions bot added track/clojure Clojure track type/mentor-notes Mentor notes labels May 17, 2022
@kotp kotp changed the title In my mind (apply str (reverse s)) expresses the intent more clearly [Closure]: reverse-string: Mentor note update May 21, 2022
@kotp kotp changed the title [Closure]: reverse-string: Mentor note update [Clojure]: reverse-string: Mentor note update May 21, 2022
@SleeplessByte SleeplessByte merged commit 8b445fb into exercism:main Feb 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
track/clojure Clojure track type/mentor-notes Mentor notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants