Hacker News new | ask | show | jobs
by Evbn 4976 days ago
I am picturing Python drowning in isinstance checks to avoid constant crashing every time a new function is added.
1 comments

I'm just imagining how many nights in a row I've committed more lines of code than exist in my project in a snapshot because it's so damn confusing, interconnected, and concurrent. The thought of doing it in a dynamic language is downright nauseating.