Hacker News new | ask | show | jobs
by dariusj18 526 days ago
My problem with indentation as significant is when I paste a chunk of code inside some chunk that is indented differently. Some may say that a good text editor will deal with that for you, but it's rarely been the case for me. The most is when the code is longer than my screen height and I have to scroll down and figure out where the pasted chunk ends and indentation it all who knows how many times without scrolling back up to the top of the chunk.
1 comments

Speaking only as myself, usually when I find myself having the scrolling problem the function/method is crying out to be broken down and refactored anyway.