Line length in programming
ck.kennt-wayne.de
Line length in programming
1–10 of 74 posts
Re: Line length in programming
#2Re: Line length in programming
#3Re: Line length in programming
#4Under what mechanism is it decided that this particular post becomes visible on Hacker News? Does it simply mean that one user with high karma liked the post? The 80 character rule is in programming over and over again and I didn't find anything new in the article...
I presume it is on the front page because it has got several up votes in its first half hour.
Re: Line length in programming
#5It's not massively too few, and most lines never get close to the limit anyway, but the odd line of 100-120 thrown in really isn't a problem on a modern display.
Re: Line length in programming
#6Re: Line length in programming
#7This is especially true if you're using something verbose (Java, Objective-C) or whitespace-sensitive (Python).
Re: Line length in programming
#8I would be happy to read code more than 80 characters, if it doesn't have to be artificially cut into multiple lines (the screenshot in the post is a pretty good example). In fact, I find 80 characters too less and often set Emacs to use 100 characters as the limit.
[1]: http://stackoverflow.com/questions/903754/do-you-still-limit...