+ 1
What happen if i use many(>100) if statements ?
Will compiler be stop executing ??
2 Antworten
+ 7
Sufficiently huge projects may have over 10k if statements lol.
+ 5
compiling process may be a bit slower than if you use < 100 if statements.
Will compiler be stop executing ??