-
-
Notifications
You must be signed in to change notification settings - Fork 675
Closed
Labels
x:status/claimedSomeone is working on this issueSomeone is working on this issue
Description
This is part of our September Spring to get the Go Track in shape. Please read the Overview issue for more details. This exercise is claimed by @jmrunkle.
Cars Assemble
- Add
arithmetic-operatorsas a concept- Intro should have a table with the standard operators +,-,*,/,%,
- Intro should explain what happens for integer division (e.g.
5 / 2 = 2) - Intro should introduce shorthand assignments
+=etc. - Add
arithmetic-operatorsto theconceptsproperty ofcars-assemblyentry in theconfig.jsonfile - Add an entry to the
conceptsarray for thearithmetic-operatorsconcept - Create a
concepts/arithmetic-operatorsdirectory with its required files
- Add
comparisonas a concept- Add the
comparisonconcept to thecars assembleexercise'sconceptsarray in the config.json - Add an entry for the
comparisonconcept to theconceptsarray in the config.json - Create a
concepts/comparisondirectory with its required files (check this JS example for inspiration)
- Add the
-
cars-assembleis supposed to teachconditionals-ifbut the stub already implements the only method that uses conditionals #1542 - cars-assemble: update type conversion introduction #1576
- cars-assemble: remove links from introduction #1575
- cars-assemble: explain
if expression; condition { }syntax #1644 - cars-assemble: remove
type-conversionconcept #1675 -
cars-assemble: add implementation ofsuccessRate()as a task #1710
Metadata
Metadata
Assignees
Labels
x:status/claimedSomeone is working on this issueSomeone is working on this issue