On Mon, Jan 4, 2016 at 12:08 PM, Luke Wagner <lwag...@mozilla.com> wrote:

> > I know from experience that it is NOT "extremely difficult" to write
> > exception-safe code. It's really pretty simple: use RAII, use destructors
> > for cleanup.
>
> Agreed.  Or, as Bjarne used to say "no naked news" :)  It feels like
> we've been gradually migrating to the codebase to this style *anyway*
> since it's more maintainable even w/o EH.
>

For sure.

I inadvertently understated my point. The other half is, experience also
clearly shows that we screw up explicit error-return-checking a lot.

-j
_______________________________________________
dev-tech-js-engine-internals mailing list
dev-tech-js-engine-internals@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

Reply via email to