Skip to content

Commit 7136750

Browse files
ErikSchierboommpizenberg
authored andcommitted
Convert example to exemplar
* Rename example files to exemplar See exercism/docs#23 * [Docs] Correct .meta/example references to .meta/exemplar * [Docs] Use exemplar instead of example * [Docs] Update example name in file listings * [Julia] Convert to exemplar.jl * [elm] Rename .meta/Cook.elm to .meta/Examplar.elm * [elm] Rename .meta/Examplar.elm .meta/Exemplar.elm Co-authored-by: Matthieu Pizenberg <matthieu.pizenberg@gmail.com>
1 parent 0a9ee5f commit 7136750

File tree

16 files changed

+4
-4
lines changed

16 files changed

+4
-4
lines changed

reference/implementing-a-concept-exercise.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ languages
4040
├── .meta
4141
| |── config.json
4242
| |── design.md
43-
| └── Example.swift
43+
| └── Exemplar.swift
4444
├── Package.swift
4545
├── Sources
4646
| └── &lt;NAME&gt;
@@ -98,13 +98,13 @@ For more information, please read [this in-depth description][tests-file], [watc
9898

9999
This file will be generated by the Swift Package Manager, but it needs to be removed as it conflicts with a README.md file that will be generated for the student when they attempt the exercise.
100100

101-
### Add `.meta/Example.swift` file
101+
### Add `.meta/Exemplar.swift` file
102102

103103
**Purpose:** The idiomatic example implementation that passes all the tests.
104104

105105
For more information, please read [this in-depth description][example-file], [watch this video][video-example-file] and check [this example file][example-example-file].
106106

107-
Note that all of the above files except for .meta/Example.swift can be created automatically by running `swift package init --type library --&lt;NAME&gt;` inside the &lt;SLUG&gt; directory.
107+
Note that all of the above files except for .meta/Exemplar.swift can be created automatically by running `swift package init --type library --&lt;NAME&gt;` inside the &lt;SLUG&gt; directory.
108108

109109
## Step 2: Add documentation files
110110

@@ -161,7 +161,7 @@ If you have any questions regarding implementing the exercise, please post them
161161

162162
<!--[example-stub-file]: ../exercises/concept/strings/Source/Strings/Strings.swift
163163
[example-tests-file]: ../exercises/concept/strings/Tests/StringsTests/StringTests.swift
164-
[example-example-file]: ../exercises/concept/strings/.meta/Example.swift
164+
[example-example-file]: ../exercises/concept/strings/.meta/Exemplar.swift
165165
[example-project-file]: ../exercises/concept/strings/Package.swift
166166
-->
167167

0 commit comments

Comments
 (0)