|
|
|
|
|
by ramenmeal
3156 days ago
|
|
Are you saying you prefer giant try catch blocks everywhere? I don't know python so not sure about how exceptions are handled there. I've switched from c# to go and in total I prefer go's style of error handling. The built in error type is lacking but there are plenty of packages that fill in the gaps. |
|