|
|
|
|
|
by dinkleberg
1036 days ago
|
|
Yeah I have to agree that the Go-style error handling does actually lead to better code. At least when I write it. It makes me think through how I am going to handle error states rather than chucking it in try/except in Python and hoping nothing breaks lol. |
|