|
|
|
|
|
by capl
936 days ago
|
|
Good point regarding .NET! The .NET CLR / VM is clever in that way. Regarding your experience with readability in Go, I have to agree in some way because the known (and controversial) explicit error handling, but what you may realize sooner or later is that handling both the happy path and erroneous path is actually a net positive. That's the difference between seeing `if err != nil {` as code pollution or actual logic. I've realized the latter. |
|
https://news.ycombinator.com/item?id=38128698