Skip to content

Commit 16b3baa

Browse files
author
Meade Kincke
committed
Changed 'Luhn From' And 'Luhn Trait' To Be Unlocked By 'Luhn'.
This pull pequest is part of the [Track Anatomy Project](https://exercism.io/blog/track-anatomy-project). For more on the background there, please see [issue #809](#809) opened by @kytrinyx. This remedies [issue #4779](exercism/exercism#4779) and logically places the two side exercise, 'Luhn From' and 'Luhn Trait', to be unlocked by the core exercise, 'Luhn'. Your feedback on the technical aspects of this pull request are very welcome here. For questions or discussions about the track anatomy project we have opened [issue #809](#809).
1 parent fc4f134 commit 16b3baa

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

config.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -173,19 +173,6 @@
173173
"stack_or_recursion"
174174
]
175175
},
176-
{
177-
"slug": "luhn-from",
178-
"uuid": "f9131b5d-91dd-4514-983d-4abc22bb5d5c",
179-
"core": false,
180-
"unlocked_by": "bob",
181-
"difficulty": 4,
182-
"topics": [
183-
"from_trait",
184-
"higher_order_functions",
185-
"iterators",
186-
"str_to_digits"
187-
]
188-
},
189176
{
190177
"slug": "clock",
191178
"uuid": "543a3ca2-fb9b-4f20-a873-ff23595d41df",
@@ -738,19 +725,6 @@
738725
"trait_implementation"
739726
]
740727
},
741-
{
742-
"slug": "luhn-trait",
743-
"uuid": "c32c0124-873d-45f4-9287-402aea29f129",
744-
"core": false,
745-
"unlocked_by": "space-age",
746-
"difficulty": 4,
747-
"topics": [
748-
"custom_trait",
749-
"higher_order_functions",
750-
"iterators",
751-
"str_to_digits"
752-
]
753-
},
754728
{
755729
"slug": "wordy",
756730
"uuid": "620b55bb-058e-4c6f-a966-ced3b41736db",
@@ -833,6 +807,32 @@
833807
"str_to_digits"
834808
]
835809
},
810+
{
811+
"slug": "luhn-from",
812+
"uuid": "f9131b5d-91dd-4514-983d-4abc22bb5d5c",
813+
"core": false,
814+
"unlocked_by": "luhn",
815+
"difficulty": 4,
816+
"topics": [
817+
"from_trait",
818+
"higher_order_functions",
819+
"iterators",
820+
"str_to_digits"
821+
]
822+
},
823+
{
824+
"slug": "luhn-trait",
825+
"uuid": "c32c0124-873d-45f4-9287-402aea29f129",
826+
"core": false,
827+
"unlocked_by": "luhn",
828+
"difficulty": 4,
829+
"topics": [
830+
"custom_trait",
831+
"higher_order_functions",
832+
"iterators",
833+
"str_to_digits"
834+
]
835+
},
836836
{
837837
"slug": "largest-series-product",
838838
"uuid": "8679c221-d150-4230-b1cd-5ea78ae69db7",

0 commit comments

Comments
 (0)