On Mar 11, 2010, at 8:58 PM, Gideon King wrote: > So as long as you are careful about what you do, yes it is entirely possible > to replace methods at will. I hope nobody misuses it, but it certainly was > essential in my debugging - yes, I found it! Yay!
Where "careful about what you do" includes "only use this in debugging code or non-production instrumentation", sure.... Do *not* ship such shenanigans in production code. One software update later and suddenly the presumptions made about that internal method you are replacing/overriding/augmenting are no longer true and *boom*. (been there, done that, the scars run deep -- seriously, don't ship it that way. :) b.bum _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
