I don't very often read any section other than newest nodes. When I did load one today I remembered why. Those really long code lines that make every other post too wide are really annoying.
I have to assume that I'm not using the site as it was envisioned by it's creators. Since I don't like the monastery gates I rarely see quests etc. I'm fairly confident that I'm not the only person this is annoying. I'm also fairly sure I'm not the only person avoiding the monastery gates for the same reason.
It has been pointed out at various times (while discussing this subject) that it is not easy to create a parser that can break code lines intelligently.
Suggestion: I think it would make the site more readable if users were given the option to force a line break at a certain number of characters. This would be similar to the facility offered by emacs. When a line is too long to display on the terminal it is terminated with a single character and continued on the next line. Mutt uses something similar except that it puts a small highlighted + at the beginning of continuation lines. This would only affect users who requested it be turned on and the line length should be independently configurable by each person.
what I envisage is something like this.
foreach (@example) {Where the + is the place that the line was forcibly split. This keeps the text understandable and the other parts of the post will be filled as usual. I only see this being used inside <code> tags
Nuance
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: Suggestion for dealing with unfeasibly long code lines
by Ozymandias (Hermit) on Jun 17, 2000 at 23:58 UTC | |
Suggestion for avoiding unfeasibly long code lines
by kudra (Vicar) on Jun 18, 2000 at 01:58 UTC | |
RE: Suggestion for dealing with unfeasibly long code lines
by draconis (Scribe) on Jun 20, 2000 at 17:50 UTC | |
by nuance (Hermit) on Jun 20, 2000 at 18:18 UTC |