On 2012年08月23日 18:11, Justin Lebar wrote:

I encourage you to consider using [infallible] in new code for
attributes whose getters never fail.  Not only is it cleaner to call
such methods, but using [infallible] also draws attention to those
attributes which /may/ fail.

Before each time using [infallible] for new attribute, discussion
whether the interface should be builtinclass or not will be opened? Or
you also encourage to make the interface builtinclass anyway?

_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to