Hacker News new | ask | show | jobs
Handling Errors in Javascript APIs (blog.programmableweb.com)
19 points by ananddass 4925 days ago
1 comments

That article keeps mentioning the performance drawbacks of checking for errors, but I really can't imagine error checking to have any noticeable performance impact at all, unless you're going to the server just to validate input prior to sending. Why treat it as a serious consideration? Seems like that will just mislead inexperienced JS devs.