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

Refactor C++ roadmap: Consolidate operator discussions and introduce control flow section #5998

Open
whoismtrx opened this issue Jul 1, 2024 · 0 comments
Labels
cpp Roadmap: cpp topic-change Missing or deprecated topics in roadmap

Comments

@whoismtrx
Copy link
Contributor

Roadmap URL

https://roadmap.sh/cpp

Suggestions

Hey everyone! I hope you're all doing well. Currently, I'm reviewing a C++ roadmap and I noticed something. In the 'basic operations' section, they talk about 'arithmetic operators', 'logical operators', 'bitwise operators', and 'loops like for/while'. But then, there's another section called 'functions' that covers 'operators' and 'lambdas'. It seems like the operators mentioned in the 'functions' section are the same as the ones discussed in the 'basic operations' section. I think it would be better to talk about 'overloading operators' in the 'functions' section instead. Also, I believe it would be helpful to create a new section called 'control flow and statements' to discuss loops like 'for/while/do while' and conditions like 'if/else/switch/go to'. What do you think?

@whoismtrx whoismtrx added the topic-change Missing or deprecated topics in roadmap label Jul 1, 2024
@github-actions github-actions bot added the cpp Roadmap: cpp label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp Roadmap: cpp topic-change Missing or deprecated topics in roadmap
Projects
None yet
Development

No branches or pull requests

1 participant