Hacker News new | ask | show | jobs
by n4jm4 1406 days ago
I've made that same mistake before. And not just in HTTP handlers.

There is a case to be made for a linter rule that warns when a conditional evaluates an error value, without presenting a return path.