Fear Of Wide Monitors
-
Is it just me, or are developers becoming afraid of wide monitors? The more source code I look at, the shorter the lines seem to get. Tools like ReSharper only seem to exacerbate the issue. Code that would easily fit on one line now takes up two or three. How do those developers deal with paperback books? Is this common outside of the Visual Studio world? Hogan
-
Is it just me, or are developers becoming afraid of wide monitors? The more source code I look at, the shorter the lines seem to get. Tools like ReSharper only seem to exacerbate the issue. Code that would easily fit on one line now takes up two or three. How do those developers deal with paperback books? Is this common outside of the Visual Studio world? Hogan
I do not also LOVE widescreens, but I collapse everyting on the monitor to have the most space vertically and horizontally. Also, a good 5:4 monitor is wonderful to develop... pity that there are only a few standard resolutions for them...
Geek code v 3.12 GCS d--- s-/++ a- C++++ U+++ P- L- E-- W++ N++ o+ K- w+++ O? M-- V? PS+ PE- Y+ PGP t++ 5? X R++ tv-- b+ DI+++ D++ G e++>+++ h--- r++>+++ y+++* Weapons extension: ma- k++ F+2 X
-
Is it just me, or are developers becoming afraid of wide monitors? The more source code I look at, the shorter the lines seem to get. Tools like ReSharper only seem to exacerbate the issue. Code that would easily fit on one line now takes up two or three. How do those developers deal with paperback books? Is this common outside of the Visual Studio world? Hogan
snorkie wrote:
exacerbate
Take it to the Soapbox! :-D
The difficult we do right away... ...the impossible takes slightly longer.
-
Is it just me, or are developers becoming afraid of wide monitors? The more source code I look at, the shorter the lines seem to get. Tools like ReSharper only seem to exacerbate the issue. Code that would easily fit on one line now takes up two or three. How do those developers deal with paperback books? Is this common outside of the Visual Studio world? Hogan
I love ReSharper but I have to change a few things in the config options; max characters on a line is one of them. Eventually, all code will be written, one character per line.
-
Is it just me, or are developers becoming afraid of wide monitors? The more source code I look at, the shorter the lines seem to get. Tools like ReSharper only seem to exacerbate the issue. Code that would easily fit on one line now takes up two or three. How do those developers deal with paperback books? Is this common outside of the Visual Studio world? Hogan
I can only fit 112 characters across a sheet of (letter size) paper, so that's what I limit my lines to in whatever editor I'm using. It uses less than half the width of my screen, but at least that makes looking at diffs easier. :shrug:
-
I love ReSharper but I have to change a few things in the config options; max characters on a line is one of them. Eventually, all code will be written, one character per line.
Isn't that where we came from? Oh wait, I think it was 3 characters per line in machine code. IIRC :confused:
Jack of all trades, master of none, though often times better than master of one.
-
I love ReSharper but I have to change a few things in the config options; max characters on a line is one of them. Eventually, all code will be written, one character per line.
On my old computer the programs ask for the line width (of the attached terminal) at the start. If you just hit return, you will get one character per line.
The language is JavaScript. that of Mordor, which I will not utter here
This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a fucking golf cart.
"I don't know, extraterrestrial?" "You mean like from space?" "No, from Canada." -
Is it just me, or are developers becoming afraid of wide monitors? The more source code I look at, the shorter the lines seem to get. Tools like ReSharper only seem to exacerbate the issue. Code that would easily fit on one line now takes up two or three. How do those developers deal with paperback books? Is this common outside of the Visual Studio world? Hogan
snorkie wrote:
The more source code I look at, the shorter the lines seem to get
My wide monitor is wide enough that if I have two source files open side by side then I can see both. If the lines are short enough. If I see source code where most lines require a wide monitor to see them (or to scroll) I would expect that the source code has a problem.
snorkie wrote:
How do those developers deal with paperback books?
The random paperback book that I just picked up an counted one line had 54 characters. Rather certain that I have never read a paperback that had, say, 120 characters in a line. So not sure where your comment is going.
-
I can only fit 112 characters across a sheet of (letter size) paper, so that's what I limit my lines to in whatever editor I'm using. It uses less than half the width of my screen, but at least that makes looking at diffs easier. :shrug:
Last time I printed from VS, the default seemed to be 120 characters per line, so I tend to stick with that. Which also just so happens to fit quite nicely on a portrait-mode monitor (1920x1200) (1200x1920), plus one window docked vertically. I have two such monitors side-by-side, with VS stretched across both, plus a third one (1920x1080) set up in the standard landscape mode for everything else.
-
snorkie wrote:
The more source code I look at, the shorter the lines seem to get
My wide monitor is wide enough that if I have two source files open side by side then I can see both. If the lines are short enough. If I see source code where most lines require a wide monitor to see them (or to scroll) I would expect that the source code has a problem.
snorkie wrote:
How do those developers deal with paperback books?
The random paperback book that I just picked up an counted one line had 54 characters. Rather certain that I have never read a paperback that had, say, 120 characters in a line. So not sure where your comment is going.
My comment about books is related to word-wrap. Most developers I work with can't seem to code with word-wrap turned on. It seems as simple as reading a book. Since I read a fair amount, I have no issue coding with word wrap turned on, it just feels natural. Hogan
-
Last time I printed from VS, the default seemed to be 120 characters per line, so I tend to stick with that. Which also just so happens to fit quite nicely on a portrait-mode monitor (1920x1200) (1200x1920), plus one window docked vertically. I have two such monitors side-by-side, with VS stretched across both, plus a third one (1920x1080) set up in the standard landscape mode for everything else.
dandy72 wrote:
printed from VS
I don't do that; I use Word.
-
Last time I printed from VS, the default seemed to be 120 characters per line, so I tend to stick with that. Which also just so happens to fit quite nicely on a portrait-mode monitor (1920x1200) (1200x1920), plus one window docked vertically. I have two such monitors side-by-side, with VS stretched across both, plus a third one (1920x1080) set up in the standard landscape mode for everything else.
-
I can't remember the last time I printed anything! It isn't a consideration for anything I work on. Hogan
I wasn't implying I print a lot of code. Given the number of monitor sizes/resolutions, I decided I had to settle on *something*, so a printed sheet of paper seemed to make sense to me at a time. Having to scroll code horizontally, just because I happen to occasionally be on a smaller display, is a tremendous hassle (I know, first-world problem)...so even the crappiest display I might be stuck using will probably be wide enough to show at least one file without scrolling.
-
I wasn't implying I print a lot of code. Given the number of monitor sizes/resolutions, I decided I had to settle on *something*, so a printed sheet of paper seemed to make sense to me at a time. Having to scroll code horizontally, just because I happen to occasionally be on a smaller display, is a tremendous hassle (I know, first-world problem)...so even the crappiest display I might be stuck using will probably be wide enough to show at least one file without scrolling.
-
Is it just me, or are developers becoming afraid of wide monitors? The more source code I look at, the shorter the lines seem to get. Tools like ReSharper only seem to exacerbate the issue. Code that would easily fit on one line now takes up two or three. How do those developers deal with paperback books? Is this common outside of the Visual Studio world? Hogan
-
Is it just me, or are developers becoming afraid of wide monitors? The more source code I look at, the shorter the lines seem to get. Tools like ReSharper only seem to exacerbate the issue. Code that would easily fit on one line now takes up two or three. How do those developers deal with paperback books? Is this common outside of the Visual Studio world? Hogan
My "coding monitor" is rotated 90°. With short lines (my Vim configuration breaks them at 80 characters) I can still have 2 files in a vertical split and see their full horizontal contents. It works very well if you also use a terminal (I use tmux) that allows splits, since you can have a small window at the bottom for builds, or htop, or both :)
-
Is it just me, or are developers becoming afraid of wide monitors? The more source code I look at, the shorter the lines seem to get. Tools like ReSharper only seem to exacerbate the issue. Code that would easily fit on one line now takes up two or three. How do those developers deal with paperback books? Is this common outside of the Visual Studio world? Hogan
-
I love ReSharper but I have to change a few things in the config options; max characters on a line is one of them. Eventually, all code will be written, one character per line.
They worked out you can read faster with one word displayed at a time. So why not apply that to code too? Go through hundreds of lines in a few minutes and hope your instincts are attentive enough.
-
Is it just me, or are developers becoming afraid of wide monitors? The more source code I look at, the shorter the lines seem to get. Tools like ReSharper only seem to exacerbate the issue. Code that would easily fit on one line now takes up two or three. How do those developers deal with paperback books? Is this common outside of the Visual Studio world? Hogan
The human eye gets tired easily when being forced to scan across wide spans of text. That's why newspaper and magazine articles are split into columns.
-
snorkie wrote:
The more source code I look at, the shorter the lines seem to get
My wide monitor is wide enough that if I have two source files open side by side then I can see both. If the lines are short enough. If I see source code where most lines require a wide monitor to see them (or to scroll) I would expect that the source code has a problem.
snorkie wrote:
How do those developers deal with paperback books?
The random paperback book that I just picked up an counted one line had 54 characters. Rather certain that I have never read a paperback that had, say, 120 characters in a line. So not sure where your comment is going.
I believe the point was if you can comprehend many characters per line in other media, why not in code. Paperback was a bad example but much written text has 100+ characters per line. Put another way, inability to read long code lines does not seem like the cause of short code lines.