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 · 1 comment
Open
1 of 7 tasks

Good practices to discuss in the course #507

hageboeck opened this issue Jan 17, 2024 · 1 comment
Labels

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
Copy link

stale bot commented Feb 28, 2025

This issue or pull request has been automatically marked as stale because it has not had recent activity. Please manually close it, if it is no longer relevant, or ask for help or support to help getting it unstuck. Let me bring this to the attention of @klieret @wdconinc @michmx for now.

@stale stale bot added the stale label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant