Implement New Concept Exercise: String Builder #2183
Labels
x:action/create
Work on something from scratch
x:knowledge/intermediate
Quite a bit of Exercism knowledge required
x:module/concept
Work on Concepts
x:module/concept-exercise
Work on Concept Exercises
x:rep/large
Large amount of reputation
x:size/large
Large amount of work
x:type/content
Work on content (e.g. exercises, concepts)
Getting Started
If you have not yet contributed to concept exercises before, this task requires some upfront reading to acquire the necessary background knowledge.
Here you can read about what Concept Exercises are and how they are structured:
Also, be aware of these general guidelines:
Goal
The goal here is to create a new concept exercise that teaches about the
strings.Builder
type as an efficient way to build strings.That includes writing a concept and creating a new exercise.
Concepts
The following concept needs to be created:
string-builder
You can use the
introduction.md
file of the concept also asintroduction.md
file of the exercise. No need to create different content at this point. Additionally, if you want to save some time it is ok to not have an extensiveabout.md
at this point. It can also be mainly theinstructions.md
content, maybe with some additions you would like to make.Learning Objectives
The student should learn about the following topics and then practice them in the concept exercise:
strings.Builder
can be efficient at building stringsstrings.Builder
strings.Builder
strings.Builder
is ready to useReset()
Out-of-scope
strings.Builder
as anio.Writer
Prerequisites
strings
string-formatting
runes
zero-values
These prerequisites should be listed in the
config.json
entry for the exercise.The prerequisites above are a baseline of the prerequisites that might be needed for the exercise.
When implementing the exercise, feel free to add more prerequisites if the exercise needs them.
Story Idea
These are some links to exercises/concepts from other tracks that you might use as inspiration and/or fork them and convert them to Go:
If you decide to fork this exercise, feel free to add or change some tasks as you see fit.
Resources
Some links that might be helpful as a starting point and/or for the links section of the concept:
How to proceed
The text was updated successfully, but these errors were encountered: