|
|
|
|
|
by threeseed
4120 days ago
|
|
I strongly disagree that features don't lower mental load. For example: Go's error handling is to put it nicely a joke and requires a lot of effort to manually check every single error condition that may arise. Exception handling makes life exponentially simpler. You can ignore, group and delegate errors at any point which is hard if not impossible to do with Go. |
|