control-flow tag

1 questions


1 answers
73 views
0
How do I avoid overlapping if statements?

What if there's an if statement inside the if statement?It's hard to see /psudo code)bool conditionA = executeStepA(); //executeStepX only runs when the previous step is successfulif (conditionA){ boo...

2 years ago

© 2024 OneMinuteCode. All rights reserved.