Skip to content

[Sept Sprint] New exercise teaching functions #1642

@ErikSchierboom

Description

@ErikSchierboom

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 issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions