Post AwxIG6zh1pd8fv1NNg by [email protected] | |
More posts by [email protected] | |
Post #AwxIFrh3uooZDnBml6 by [email protected] | |
0 likes, 0 repeats | |
To err is human; to if err != nil { return nil, err } is golang | |
Post #AwxIFrnRX5v1XaAshk by [email protected] | |
0 likes, 0 repeats | |
@fraggle wat?! if the error isnt nil, I would think I want the error, not nil. … | |
Post #AwxIG6zh1pd8fv1NNg by [email protected] | |
0 likes, 0 repeats | |
@ike @fraggle idiomatic golang is that if you have, say, atoi, you implement it… | |
Post #AwxIG7S3KOJc5sI1aK by [email protected] | |
0 likes, 0 repeats | |
@ike @fraggle and, yes, error propagation up the call stack is entirely manual … |