http://qs321.pair.com?node_id=1039860


in reply to Re^5: inheritance: constructors
in thread inheritance: constructors

I would, in this case, be tempted to write
die if ...; #happy path continues
I might even be willing to accept a die unless if the positive version is easier to read than the negative one.