79819500

Date: 2025-11-13 22:44:37
Score: 1.5
Natty:
Report link
if (StateA || StateB) {
    DoSomething();
}

if (StateB) {
    DoSomethingElse();
}
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gerry Schmitz