Gray Vertical Live in NS3
TurnipTruck
Posts: 1,485
I just switched to NS3 from 2.whatever today. (Hopefully the bugs are out by now)
So what is the gray vertical line toward the left side of the code window?
So what is the gray vertical line toward the left side of the code window?
0
Comments
It's kinda old skool. In fact, so Old Skool they had to tear the skool down.
Older than that - it dates back to IBM's old punch cards, and was then adopted by the VT100 and printers.
Although it may be old skool it's still relevant. Limiting line length to 80 characters provides decent readability (although screen resolution has increased, the human eye hasn't changed all that much in the past 50 years or so), helps to limit the complexity of lines of code and assists in preventing excessive indentation. That being said. there is no physical reason to limit the length so if wrapping a line will reduce readability there's no point doing so.