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

Good practices to discuss in the course #507

Open
1 of 7 tasks
hageboeck opened this issue Jan 17, 2024 · 0 comments
Open
1 of 7 tasks

Good practices to discuss in the course #507

hageboeck opened this issue Jan 17, 2024 · 0 comments

Comments

@hageboeck
Copy link
Contributor

hageboeck commented Jan 17, 2024

A compilation of suggestions from #78

  • Interfaces -I.3 (singletons) as well as I.11 & I.13 (avoid raw_ptr ownership transfer, avoid passing arrays without length)
  • Errors - E.6 use RAII
  • Classes - C.131 Avoid trivial getters/setters
  • If you have a debate about how to do something, check core guidelines
  • When to use free functions (anonymous namespace) and when member functions
  • Keep headers clean, low number of includes? (Implement comments from #428 #508)
  • Discuss SOLID principle at the end of OOP
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