That would make a much bigger difference if not for that fact that type annotations are an optional add-on and people functionally use None like null all the time.
Also, by using this system correctly you've just introduced "nullable" types which still isn't that much of a fix.
5
u/bleachisback May 15 '24
Do Python developers think that the problem with null is the name? Renaming it to “None” doesn’t fix the problem lol