4 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

  2. Aug 2021
    1. This essay has some good points. I still like Clean Code and SOLID things for OO code. As usual we need to think about all of this and not only following advices/practices without context

  3. May 2021
    1. After suggestions from comments below, I read A Philosophy of Software Design (2018) by John Ousterhout and found it to be a much more positive experience. I would be happy to recommend it over Clean Code.

      The author recommends A Philosophy of Software Design over Clean Code

  4. Sep 2016