-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
[v3] Extract Concepts from v2 exercise: Armstrong Numbers #312
Comments
@porkostomus sorry to ask, what do we further need to do? I see in v3 you've already prepared a list of concept... |
Good question. I actually just filed this because I saw that's what everyone else was doing! But since I've taken a more comprehensive approach towards defining concepts (based on the official docs, Clojure Atlas, etc.) rather than extracting them from v2 exercises, which tbh do not really represent an ideal learning path. This issue should simply serve as an example, should anyone at any time feel that a certain v2 exercise would be worth deconstructing. After all, there are 76 of them ;) |
As we are preparing for the launch of v3 this is becoming relevant. See #330. The essence of this exercise is learning to use higher-order functions, specifically
|
Extract the list of concepts required to solve the v2 Clojure exercise:
Armstrong Numbers
. For each concept, describe why it is required to solve the exercise. Keep in mind that an exercise can have multiple approaches (you can find community solutions here:https://exercism.io/tracks/clojure/exercises/armstrong-numbers/solutions
). The goal of this task is to help determine the total list of concepts that make upArmstrong Numbers
.The list of concepts should be stored in the following document:
reference/exercise-concepts/armstrong-numbers.md
. Use this link to create a PR to add this document.The text was updated successfully, but these errors were encountered: