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

Chapter 1: Explicitly mention automatic self-passing in structs as an additional special feature of them. #115

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

cincodenada
Copy link
Contributor

This will be familiar to folks from Python or Rust, but coming from an implicit-this language like C++ this mysterious "self" parameter might be confusing. Better to explain the magic behind the curtain, which isn't actually all that magic.

This will be familiar to folks from Python or Rust, but coming from an implicit-this language like C++ this mysterious "self" parameter might be confusing. Better to explain the magic behind the curtain, which isn't actually all that magic.
This is nicer too, introduces one thing at a time, and calls out the difference between the two.
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.

None yet

1 participant