1) Give a description of the problem
Trying to determine if having a nested if statement is worthwhile. I’m working on a larger piston so I am trying to cut down on the lines that have to be parsed every time. I know I can do separate if statements and not have them nested, but ideally I would like to have a few like this that would cut down on the number of lines parsed. Is this going to give me the desired outcome from a processing standpoint or is there a better way of doing this? Or does it just not matter?
2) What is the expected behaviour?
To ignore the inner if statements if the outer if statement is false
3) What is happening/not happening?
its working, but curious if this is the best design
4) Post a Green Snapshot of the piston
5) Attach logs after turning logging level to Full
No logs