Does it ever make sense to call [init] outside of [[alloc] init]?
- by iter
I am wondering if [[alloc] init] is just a convention or if separating the two calls has wider use. For instance, I wonder if people ever call [init] (or friends) on an existing object to "re-initialize" it.