1 Matching Annotations
  1. Apr 2022
    1. There is no good way to deal with a null that is passed by the caller accidentally. Write code defensively. Ideally, avoid passing null and returning null. ❮ ❯

      null ckeck passing and receiving null as parameters