M
medu
Guest
Everyone should clean up his own mess, `finally` can (and should) be used even with no catch block
I for one don't see much use of that one catch-all block, using the new error handling still mean we have to handle those errors somehow and it's most of the time at a lower level than the main start-up routine.
Continue reading...

Continue reading...