Exception programming difficult
Nathan M. Swan
nathanmswan at gmail.com
Mon Aug 13 11:17:12 PDT 2012
On Monday, 13 August 2012 at 10:02:23 UTC, Marco Leise wrote:
> Thoughts ?
I like this idea - you can use checked exceptions, but you aren't
forced.
Though I think private and free functions should by default just
use @throws(Exception). Not using @throws is like saying "I don't
pay attention to what errors might occur, a new version might be
different."
NMS
More information about the Digitalmars-d
mailing list