|
|
|
|
|
by cle
2804 days ago
|
|
> There's no way to make a programming language better by forcing users to do anything Sure there is, many important language features boil down to forcing users to do the right thing (not necessarily the easy thing). In highly concurrent languages like Go, there’s not always a meaningful stack to unwind, and you end up having to pass error values around anyway. So I can easily sympathize with the decision to stick with one mechanism for error handling. |
|
this just causes the users to use another language for their projects instead