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

Pass by ref, store by ptr #98

Merged
merged 1 commit into from
Nov 9, 2024
Merged

Pass by ref, store by ptr #98

merged 1 commit into from
Nov 9, 2024

Conversation

sndels
Copy link
Owner

@sndels sndels commented Nov 9, 2024

No description provided.

Let's have one convention and avoid redundant null checks on functions
whose contract has inputs as non-null. Store by ptr avoids some
potential weirdness on copies/moves.
@sndels sndels merged commit 671d617 into master Nov 9, 2024
6 checks passed
@sndels sndels deleted the refs-ptrs branch November 9, 2024 08:02
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

Successfully merging this pull request may close these issues.

1 participant