In my code there are number of If(s) without else conditions (really else not required) but I think should there be any other code which has much efficiency than multiple if(s). FYI my if are like if(Some And Or NOTs) if(conditions AND OR NOTS) …?
Please help to optimize the code as it has increased to much huge volume?
Profiling application is in my opinion the best answer to decide whether the code needs to optimized. It always has a two way answer too much optimizing even may cause performance loss and keep it simple make the code much readable and even optimized according to line of codes.