2 Matching Annotations
- Nov 2023
-
github.com github.com
-
I guess we should look at what CRuby does here but the autoload logic in CRuby seems particularly unreadable.
-
- Feb 2021
-
github.com github.com
-
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.
-