Feedback from the Gripes and Wishes Campaign

FeepingCreature feepingcreature at gmail.com
Fri May 26 12:42:41 UTC 2023


On Thursday, 25 May 2023 at 15:36:38 UTC, Commander Zot wrote:
> On Friday, 19 May 2023 at 15:58:25 UTC, ryuukk_ wrote:
>>
>> For example:
>>
>> - **exception handing**: why use EH when you can have your 
>> function return 2 values (error and result)
>
> oh god no. it leads to horrible code. just take a look at go.

Go is an unusually atrocious implementation. In a not terrible 
language, it just looks like `foo()?.bar()?.baz`.


More information about the Digitalmars-d mailing list