Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active August 25, 2023 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/717c0b451c159315180c56fb0849419c to your computer and use it in GitHub Desktop.
Save mcsee/717c0b451c159315180c56fb0849419c to your computer and use it in GitHub Desktop.
if (runtimeEnvironment->traceDebug()) {
printf("trace message");
}
// even better with polymorphism and you avoid annoying ifs
runtimeEnvironment->traceDebug("trace message");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment