On Feb 17, 2008, at 2:28 PM, Gregory Weston wrote:
+alloc is a cover for +allocWithZone: with a NULL zone. Not that
you would know that from the documentation, unfortunately.
Which means, like the current behavior of new, that's an
implementation detail that shouldn't really be relied on.
I can't see why this would ever matter much in practice, but if you're
concerned about the API promise (or lack thereof) for "+new", why not
fix it by either adding an implementation that you approve of, and
that you can control, as a category to NSObject, or as a macro?