Review of Jose Armando Garcia Sancio's std.log

Steven Schveighoffer schveiguy at yahoo.com
Wed Mar 7 04:34:21 PST 2012


On Wed, 07 Mar 2012 02:33:05 -0500, Dmitry Olshansky  
<dmitry.olsh at gmail.com> wrote:

> Exception is a graceful shutdown, as it calls destructors & finally  
> blocks while unrolling the stack.

You're assuming the program uses finally/scope exit blocks to do shutdown  
logic.  This is not always the case.  A library shouldn't force certain  
development styles.

-Steve


More information about the Digitalmars-d mailing list