Hi,after reading various articles bout the "supposed" drawbacks of checked exceptions I started to have questions on @nothrow. Why there exists and not a @throws annotation enforced by the compiler? I understand that people are divided on checked exceptions and each side has some valid points. But explicitly marking a function as throwing "something" is another subject. Why have the dlang community reached to the decision to use @nothrow and not a @throws?
Question on @nothrow
Vasileios Anagnostopoulos via Digitalmars-d-learn Wed, 31 May 2017 01:21:07 -0700
- Question on @nothrow Vasileios Anagnostopoulos via Digitalmars-d-learn
- Re: Question on @no... Mike Parker via Digitalmars-d-learn
- Re: Question on... Vasileios Anagnostopoulos via Digitalmars-d-learn
- Re: Questio... Ali Çehreli via Digitalmars-d-learn
- Re: Que... Vasileios Anagnostopoulos via Digitalmars-d-learn