Re: [Future] First arguments should not be optional
Jonas Sicking <[email protected]>
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <CA+c2ei8m9-nzeLr9u2_XF-xz+S7_+bG-qG6Srq5Nb6NqpuJHVg@mail.gmail.com> |
On Wed, May 8, 2013 at 11:02 AM, Domenic Denicola <[email protected]> wrote: > Finally, I think the correct behavior is to ignore non-Callables, instead of throwing. Out of curiosity, why do you prefer that behavior? As an author I would feel that it's pretty hostile for an API to simply ignore what I requested, rather than letting me know through a thrown exception. / Jonas