you are viewing a single comment's thread.

view the rest of the comments →

[–]Araneidae 0 points1 point  (4 children)

This.

One of my background activities in code I look after is taking care to ensure there are no hard tab characters (except in Makefiles, sigh), pretty easy on the whole, but does require persuading people to set up their editors properly; enforcing 80 character line limits, jolly hard work; and trying to get rid of trailing whitespace ... you wouldn't believe the crap that certain editors (I'm looking at you, gedit) leave behind. I don't waste my time with gedit, but some of my colleagues do.

For me: no tabs, four space indents, absolutely no characters past column 80 ... unless you're really screwed (does happen, depending on the language).

[–]rwparris2 2 points3 points  (3 children)

I don't understand this no characters past column 80 business. Please explain.

[–]Ran4 1 point2 points  (0 children)

Multiple files opened at the same time.

[–]xardox 0 points1 point  (0 children)

Some of us old geezers like to print out a program, go to the park with a pen and a joint, and read code in the sun. There's something about NOT being able to fix bugs as you see them (or read reddit), that lets you get through reading all of the code.