Y
Hacker News
new
|
ask
|
show
|
jobs
by
darioush
477 days ago
I think they are counting the autocomplete as well. Yeah when I write golang, and write: result, err := foo(thing)
it's gonna autocomplete: if err != nil { return fmt.Errorf("%w: could not foo: %v", err, thing) }