What's the best way to find out which exceptions may be thrown ?
FeepingCreature
feepingcreature at gmail.com
Wed Jun 3 07:04:33 UTC 2020
On Tuesday, 2 June 2020 at 13:58:13 UTC, Bienlein wrote:
> Because of the problems with checked exceptions they were
> deliberately left out in C#. Here is an interview with Anders
> Hejlsberg, the creator of C# at MS, where he explains the
> reasons for this decision:
> https://www.artima.com/intv/handcuffs.html
This wouldn't seem to apply if checked exceptions were inferred
by default, right? And the issues with Java generics don't apply
to D, because our metaprogramming infers attributes anyways.
More information about the Digitalmars-d-learn
mailing list