> The mere possibility of offering "continue after a panic" means that the 
> standard library has to use defer: resource.close instead of the mere 
> resource.close call. And every other library is better when it does the same

Great news to hear we're finally embracing the correct by construction `defer: 
resource.close` in stdlib / libraries (and by extension, compiler), which 
removes a whole class of bugs.

Reply via email to