Re: Try/Catch
- Posted by mattlewis (admin) Feb 17, 2015
- 3891 views
So now I have to carefully go through the whole suite of libraries wrapping both get & release calls and replacing those in the code whereever they were called before. And sift through the allocators to make sure there is no inadvertent double reference. And make sure all future modules follow the same bubble-wrapped pattern.
That's a lot of work to do just to protect my programs being bled by your* exceptions.
There just has to be a better way.
[* plural]
Sorry, but this is just silly. Yes, if you want to change the way your program works, you have to change the way it works. If you don't, then it will continue to work the same way. All of this automatic resource releasing is available now. I'm not sure why you're bringing a (still) hypothetical feature into the mix.
Matt