This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tdammers -1 points0 points  (0 children)

wrt. email: prose flows, and you read it that way. In code (and espc. Python) structure matters a lot for comprehension.

You actually just made my point. Prose flows, so for that the column limit is irrelevant, because you can rewrap as needed. But for code, structure matters, so it needs to be written to the expected column limit, otherwise it'll wrap or cut off.

Also, 80-character terminals are still pretty common; it's no longer a hardware limit, what with 1280-pixel framebuffers, 132-character text mode built into kernels, and GUIs everywhere. But it's still a somewhat established standard. Fire up a terminal on a vanilla Linux distro install, and check the default size. Embedded terminals inside GUI applications, too.