(no title)
BrainVirus | 3 years ago
A few lines later:
// Good:
if err := doSomething(); err != nil {
// ...
}
"Tell me, how many lights you see?"BrainVirus | 3 years ago
A few lines later:
// Good:
if err := doSomething(); err != nil {
// ...
}
"Tell me, how many lights you see?"
B-Con|3 years ago
This position has obviously prompted a philosophical war and not everyone agrees, but the two statements are consistent under Go's philosophy.
Ferret7446|3 years ago
michaelcampbell|3 years ago