Created
November 4, 2025 19:53
-
-
Save hallem/9340bed77c105f6134edc9e6c5a263f7 to your computer and use it in GitHub Desktop.
Bad Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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