Re: [OT] (Go) Do I read it right?

2023-02-17 Thread ryuukk_ via Digitalmars-d-learn

On Thursday, 16 February 2023 at 18:15:28 UTC, Kagamin wrote:

https://github.com/dominikh/go-tools/issues/917

How go programmers cope with this feature?


The idea is nice, they do not use exceptions, but the 
implementation is very poor as you can see


From what i read, they have plans to improve it, i think zig does 
error handing the best







[OT] (Go) Do I read it right?

2023-02-16 Thread Kagamin via Digitalmars-d-learn

https://github.com/dominikh/go-tools/issues/917

How go programmers cope with this feature?