How many spaces do you indent?
이전 댓글 표시
Just out of curiosity, how many spaces do you use when indenting code? I recently changed my settings from the default 4 to 3, and I think it's an improvement in readability and use of space.
답변 (3개)
John D'Errico
2016년 4월 26일
편집: John D'Errico
2016년 4월 26일
0 개 추천
2 space indents for me. I think they charge extra for more spaces. And it takes so much more work for the computer to wade through all those extra spaces. :)
Seriously, I just think it is easier to read with shallow indents, especially if you have code with multiple levels of indentation. With big indents, things can start to run off the right side of the page.
Yes, it is true that too little white space makes code hard to read. But you can have too much too. I'll argue that 2 space indents are the choice Goldilocks would choose, were she a programmer.
Walter Roberson
2016년 4월 26일
0 개 추천
When I write code by hand I prefer 2; that is what you will see on my postings. However, when I have not bothered to change the Preferences to use 2 instead of 4, so when I write in the editor and use Smart Indent I end up with 4.
카테고리
도움말 센터 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!