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

Change instance pointers to references #163

Draft
wants to merge 32 commits into
base: main
Choose a base branch
from

Conversation

t0mpr1c3
Copy link
Contributor

@t0mpr1c3 t0mpr1c3 commented Oct 2, 2023

Makes the code a bit safer by because null referents are disallowed.

It involves a lot of little changes to make x->y into x.y and I'm not sure it's really worth it.

Depends on #154 and subsequent PRs.

Test coverage 100%

@t0mpr1c3 t0mpr1c3 linked an issue Oct 2, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change pointers to references
1 participant