Cover photo

Checklist of Fix Bug

  1. if the expression or variable is null, it’s still work;

  2. check the variable’s type and caller function belong to the varable;

  3. if you are not understand the original code immediately, but you understand after your deep thinking, write comment about it;

  4. incomming params check;

  5. return value maybe default value or just null, especially return empty object.