Skip to content

Instantly share code, notes, and snippets.

@Teebor-Choka
Last active July 21, 2019 21:39
Show Gist options
  • Save Teebor-Choka/28a42b9707892edf05e593bc142761d5 to your computer and use it in GitHub Desktop.
Save Teebor-Choka/28a42b9707892edf05e593bc142761d5 to your computer and use it in GitHub Desktop.
Topics on C++ you should read about

What to consider before starting a project:

  • src: stacktrace, exceptions, allocator, static analysis
  • code: platform code, feature flag, outcompilable debug
  • stats: performance memory, image size, telemetry, scalability
  • code review, in-service improvements, debugging, regressions, testing...

Interesting language features:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment