Y
Hacker News
new
|
ask
|
show
|
jobs
by
sergiotapia
1932 days ago
I've been coding for 14 years and I've never had a "whitespace" problem. This just seems like a nitpick from nitpickers.
Coded in C#, python, go, ruby, elixir, nim, rust, javascript, typescript. Not once felt this.
1 comments
ajfapoiawejf
1931 days ago
I run into this a lot with Python, where when I manually cut/paste some block, I have to go up and double check all the lines are in the right place, etc. because an autoformatter can't do it correctly and obviously like it can in C++, e.g.
link