Hacker News new | ask | show | jobs
by free_energy_min 434 days ago
same issue here! isn’t even helpful because if the code isn’t working i want it to fail, not just skip over errors
1 comments

Exactly! It using try -> except -> print is the EXACT same as the default error print to STDOUT in 99% of cases. It just assumes we need that or something will get hurt.