-
-
Notifications
You must be signed in to change notification settings - Fork 677
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 unclaimed. To claim it, please comment below.
Before building this exercise (or exercises), please read up on the documentation.
We need an exercise for the functions concept, which should teach about:
- Arguments (incl. syntax for arguments of the same type)
- Return values
- Named return values
- Naked return
- pass by value but the value can be a pointer
- Can also include: Anonymous functions/callbacks
It should not teach (these will be covered later):
- Variadic functions (that should be introduced with rest-and-spread)
It is worth to look if it is possible to port this exercise from the JS lasagna master exercise.
Metadata
Metadata
Assignees
Labels
x:status/claimedSomeone is working on this issueSomeone is working on this issue