Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

August 17 Pointers Part 4 #15

Open
iennae opened this issue Aug 10, 2020 · 0 comments
Open

August 17 Pointers Part 4 #15

iennae opened this issue Aug 10, 2020 · 0 comments

Comments

@iennae
Copy link
Contributor

iennae commented Aug 10, 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

  • 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!
@iennae iennae changed the title August 17 August 17 Pointers Part 4 Aug 11, 2020
This was referenced Aug 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant