Skip to content

Commit 8e0c274

Browse files
author
Meade Kincke
committed
Promoted "Bob" to be a core exercise.
This pull pequest is part of the Track Anatomy Project. For more on the background there, please see issue #809 opened by @kytrinyx. This is part of "Round 2", where we're looking at the start of the track and adding exercises that bridge the gap to the harder exercises and that are easy to mentor (ideally, mentoring on the earliest exercises will largely consist of copying, pasting, and tweaking snippets of text that address common concerns). In this case, the gap between the second ("Gigasecond") and third exercise ("Bracket Push") is significant. The choice for "Bob" here is entirely pragmatic: it's already implemented as a side exercise, so we have it available, and it's easier than "Bracket Push". This is still a work in progress and not the final track :)
1 parent 1de1902 commit 8e0c274

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

config.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,6 @@
5353
"primes"
5454
]
5555
},
56-
{
57-
"slug": "bob",
58-
"uuid": "38ef1802-2730-4f94-bafe-d2cd6b3e7f95",
59-
"core": false,
60-
"unlocked_by": "hello-world",
61-
"difficulty": 1,
62-
"topics": [
63-
"chars",
64-
"string_functions"
65-
]
66-
},
6756
{
6857
"slug": "beer-song",
6958
"uuid": "bb42bc3a-139d-4cab-8b3a-2eac2e1b77b6",
@@ -163,6 +152,17 @@
163152
"crates"
164153
]
165154
},
155+
{
156+
"slug": "bob",
157+
"uuid": "38ef1802-2730-4f94-bafe-d2cd6b3e7f95",
158+
"core": true,
159+
"unlocked_by": null,
160+
"difficulty": 1,
161+
"topics": [
162+
"chars",
163+
"string_functions"
164+
]
165+
},
166166
{
167167
"slug": "bracket-push",
168168
"uuid": "40729822-4265-4c14-b03f-a00bff5f24bb",

0 commit comments

Comments
 (0)