Latest Articles

Java Code Quality Series - 001

Java Code Quality Series - 001

Overview - Code Review and Code Quality Issue - 001 Let’s begin the journey to write better and bug free code. This series would focus on optimization and quality of code in java. How we can simplify below code snippet /** * Here, Payment Indicator means if you are doing online * shopping or with Point of Sale at Shop. And, 1 corresponds * to online shopping and 0 corresponds by Point of Sale.