2 Matching Annotations
  1. Nov 2023
  2. Feb 2021
    1. So, what can we do to check for None in our programs? You can use builtin Optional type and write a lot of if some is not None: conditions. But, having null checks here and there makes your code unreadable.