-
-
Notifications
You must be signed in to change notification settings - Fork 675
Closed
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/noneNo existing Exercism knowledge requiredNo existing Exercism knowledge requiredx:module/concept-exerciseWork on Concept ExercisesWork on Concept Exercisesx:size/smallSmall amount of workSmall amount of workx:type/contentWork on content (e.g. exercises, concepts)Work on content (e.g. exercises, concepts)
Description
The stubs file of the weather-forecast exercise contains the following code:
var (
CurrentCondition string
CurrentLocation string
)This syntax to declare multiple variables in one block is not known to the student. There are two options to fix this:
- Introduce this syntax in the
basicsconcept's about.md document as declaring variables is introduced in that concept and it is in theweather-forecastexercise's prerequisites. - Rewrite the stub to use separately defined variables
I'm fine with either option.
Metadata
Metadata
Assignees
Labels
x:action/improveImprove existing functionality/contentImprove existing functionality/contentx:knowledge/noneNo existing Exercism knowledge requiredNo existing Exercism knowledge requiredx:module/concept-exerciseWork on Concept ExercisesWork on Concept Exercisesx:size/smallSmall amount of workSmall amount of workx:type/contentWork on content (e.g. exercises, concepts)Work on content (e.g. exercises, concepts)