You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's talk more about pointers! We've been working on a linked list in Go (https://github.com/osscda/lets-go-project) using pointers over the last 3 weeks (#10, #12, #14 ), and we're going to continue that discussion this week.
Last week we implemented the Append function and refactored GetValue for our Item struct. We talked about the recommended practice of passing around the pointer and address versus the object itself. We also used the pattern of the endless loop with appropriate breaks and returns. We did an intro to debugging go with VS Code and we could see the value of the list.
Agenda
Build Replace function
Build Delete function
Build Insert function
Rules of the Stream
Comments and questions are always welcome in the chat.
No question is too basic or "stupid" to ask in the chat.
Tangents are accepted!
No sorries needed.
Please submit issues for new topics of interest in our repo!
The text was updated successfully, but these errors were encountered:
iennae
changed the title
August 17
August 17 Pointers Part 4
Aug 11, 2020
Let's talk more about pointers! We've been working on a linked list in Go (https://github.com/osscda/lets-go-project) using pointers over the last 3 weeks (#10, #12, #14 ), and we're going to continue that discussion this week.
Last week we implemented the Append function and refactored GetValue for our Item struct. We talked about the recommended practice of passing around the pointer and address versus the object itself. We also used the pattern of the endless loop with appropriate breaks and returns. We did an intro to debugging go with VS Code and we could see the value of the list.
Agenda
Rules of the Stream
The text was updated successfully, but these errors were encountered: