Hacker News new | ask | show | jobs
by zemo 2556 days ago
> a single line change (e.g. changing private to public) needs an IDE to refactor it

the language comes with a rewriting tool that rewrites arbitrary expressions.

gofmt -w -r 'thing -> Thing' *.go

1 comments

Still more and unnecessary effort compared to changing one word.