em có 10 Code Review Checklist - Java và 1 app thì làm thế nào để em có thể tìm các lỗi có thể có trong app này ạ.ví dụ em có cái này .
Computation, Comparisons and Assignments
[ ] Do all statements end with a semicolon?
[ ] Check order of computation/evaluation, operator precedence and parenthesizing
[ ] Can the denominator of a division ever be zero?
[ ] Is integer arithmetic, especially division, ever used inappropriately, causing unexpected truncation/rounding?
[ ] Check each condition to be sure the proper relational and logical operators are used.
[ ] If the test is an error-check, can the error condition actually be legitimate in some cases?
[ ] Does the code rely on any implicit type conversions?
rồi em tìm lỗi có thẻ xảy ra trong Calculator . Mọi người giúp em với ạ