Tangentially related: https://github.com/kriskowal/q/wiki/On-Exceptions
________________________________ From: [email protected] [[email protected]] on behalf of Nebojša Ćirić [[email protected]] Sent: Tuesday, April 17, 2012 16:39 To: Jussi Kalliokoski Cc: es-discuss Subject: Re: try without catch or finally It's easy to forget to catch in cases you wanted to. Maybe adding a new keyword: try { ... } drop; 17. април 2012. 13.35, Jussi Kalliokoski <[email protected]<mailto:[email protected]>> је написао/ла: I'm not sure if this has been discussed before, but is it a terribly bad idea to make catch/finally optional for a try block? There's a lot of code like this out there: try { /* something here */ } catch (e) { /* nothing here */ } Cheers, Jussi _______________________________________________ es-discuss mailing list [email protected]<mailto:[email protected]> https://mail.mozilla.org/listinfo/es-discuss -- Nebojša Ćirić
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

