701
Developer's Corner / Re: Anti Coding Standards (Keep Line Lengths Under 80 characters)
« Last post by Eóin on December 30, 2009, 01:19 AM »My pet peeve is people using spaces instead of tabs. When tabs are used you can adjust their width in an editor so everyone can settle on their preferred width instead of being stuck with the authors. I find it's alway the first thing I've to change after copying a code snippet from, say, online.
P.S. I agree with you on the total line width too, 80 is needlessly small these days. Though it's still important to not go excessively long.
P.S. I agree with you on the total line width too, 80 is needlessly small these days. Though it's still important to not go excessively long.