Y
Hacker News
new
|
ask
|
show
|
jobs
by
swaroop
3694 days ago
My understanding is that the tools are the answer - it's a linter that must be run before landing/merging. See
https://youtu.be/hEx5DNLWGgA
for a demo of such tools.
1 comments
bjz_
3693 days ago
Tools are just band-aids over an unsafe type system, and they are all too easy to ignore or never use them in the first place.
link
swaroop
3693 days ago
It depends on the community. See gofmt & gometalinter in the golang community.
link