- ago
I do not understand reason for bool condition to be there. It is not essential and It can be rewritten it with better descriptive condition. What does it contribute to the syntax/logic of the compiling process ?

bool condition0;
0
479
Solved
1 Replies

Reply

Bookmark

Sort
Glitch8
 ( 10.41% )
- ago
#1
Hi Crash, you’re talking about the code that’s auto-generated I assume? The conditions are there as part of the automatic code generation logic. If you use no conditions then there’s still a boolean flag that is a side effect, but doesn’t have any impact on the strategy itself.
0
Best Answer

Reply

Bookmark

Sort