Try to remove control structure. That is, try to resolve if-else, goto and return statements into &&, || and ?: combinations.
See Implementation
Try to remove control structure. That is, try to resolve if-else, goto and return statements into &&, || and ?: combinations.