Skip to content

Commit e985a69

Browse files
ErikSchierboommirkoperillo
authored andcommitted
Skip analyzer and representer steps if unclear
1 parent 7e4e947 commit e985a69

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

reference/implementing-a-concept-exercise.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,14 @@ Now create the following three files:
116116

117117
Some exercises could benefit from having an exercise-specific [analyzer][analyzer]. If so, specify what analysis rules should be applied to this exercise and why.
118118

119+
Skip this step if you're not sure what to do.
120+
119121
## Step 8: custom representation (optional)
120122

121123
Some exercises could benefit from having an custom representation as generated by the [Java representer][representer]. If so, specify what changes to the representation should be applied and why.
122124

125+
Skip this step if you're not sure what to do.
126+
123127
## Step 9: add `.meta/design.md`
124128

125129
This file contains information on the exercise's design, which includes things like its goal, its teaching goals, what not to teach, and more. This information can be extracted from the exercise's corresponding GitHub issue.

0 commit comments

Comments
 (0)