So couldn't agree more.
Wednesday, April 27, 2011
Lazy Initialization
Traviscautions against lazy initialization. Spooky coincidence: I just
managed to fix an extremely mysterious memory smasher in an Objective-C
program's exception handling code by moving the lazily initialized localization
code to app startup. Not sure wether localizing exceptions is really such a good idea
in the first place, but having the localization code run inside the exception handling
code does seem pushing it a bit.
Subscribe to:
Posts (Atom)