Skip to content

Instantly share code, notes, and snippets.

@hallem
Created November 4, 2025 19:53
Show Gist options
  • Select an option

  • Save hallem/9340bed77c105f6134edc9e6c5a263f7 to your computer and use it in GitHub Desktop.

Select an option

Save hallem/9340bed77c105f6134edc9e6c5a263f7 to your computer and use it in GitHub Desktop.
Bad Code
bool result = false;
//
//
// Lots of programming logic...
//
//
if (Convert.ToBoolean(result.ToString())
{
// More programming logic...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment