Hacker News new | ask | show | jobs
by j-kidd 4907 days ago
> Someone who considers the handling of formatting and style to be the "biggest" is likely to be one who values those things highly.

Not really. Someone who values those things highly would have written the code as such, instead of relying on a utility to reformat the code.

1 comments

Are you being purposefully obtuse? Do we really all just use and read our own code and not the code of others?

Having `gofmt` drastically increases the probability that any particular Go program has the same style/formatting that you're used to.