- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 672
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 pointers and nil concepts. These concepts go well together so it makes sense to teach them in the same exercise.
The exercise should teach:
- What pointers are
- Pointer types for primitives
- Which types are already pointers
- Explain that go has no pointer arithmetic
- Referencing and dereferencing syntax
- nilas zero value for the pointer
- pitfalls when working with pointers (always check whether they are nil before dereferencing)
Keep in mind that the concept of pointers might be hard for people coming from languages that don't have explicit pointer types.
Metadata
Metadata
Assignees
Labels
x:status/claimedSomeone is working on this issueSomeone is working on this issue