Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

15
  • 2
    I think the question is why do you print out code on paper? Commented Jan 10, 2011 at 20:45
  • 15
    I can't speak for how common it is to print out code, but unless the printer is a relic from a long-forgotten time, it can print out more than 80 characters per line. 80 characters is used to foster readability and historically because many terminals were only 80 columns wide, not because of printers. Commented Jan 10, 2011 at 20:47
  • 14
    @Mark Actually 80 characters comes from when code was written on punch cards which were 80 characters wide. And the first 6 were for control codes and line numbers. That's why FORTRAN code has to start at column 7. Commented Jan 10, 2011 at 20:51
  • 3
    @Aaron - that's probably good on Programmers' Commented Jan 10, 2011 at 20:52
  • 5
    @Aaron - Programmers' is meant for the more subjective (but still constructive) questions that surround our profession. Commented Jan 10, 2011 at 21:23