Hacker News new | ask | show | jobs
by mvandermeulen 891 days ago
I mostly find myself dealing with None purely as a result of handling optional args in a function. This is largely a product of accomodating Pythons unusual handling of function arguments and their default values.

Interested in hearing of there is anything obvious I’ve missed or am yet to learn that I could use to avoid these situations or handle better.