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

Use of auto confusing for new learners #329

Open
rodburns opened this issue Jan 19, 2024 · 0 comments
Open

Use of auto confusing for new learners #329

rodburns opened this issue Jan 19, 2024 · 0 comments

Comments

@rodburns
Copy link
Collaborator

In the slides and exercises we use auto quite a lot with queues and other things. This can confuse people when they need to move onto more complicated code that requires a queue with parameters for example, they do not have the context of the way a queue is instantiated with the type.
Consider replacing auto with the actual types where it can make things clearer for new learners.

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