Python Forum
"Limit all lines to a maximum of 79 characters"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Limit all lines to a maximum of 79 characters"
#17
i have a very wide edit window (172) but rarely go past halfway across. often it is just a comment. but it's a comment that begins within 3 characters of the end of the code on that line, so it's not hard to see which comment goes with which code. i do prefer to have comments on a line above the code but sometimes it just comes out better on the same line. even more rare is the code stretching way past the center, but it can happen. often i break up some long code into many lines such as print() calls with many arguments, one argument per line.
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
RE: "Limit all lines to a maximum of 79 characters" - by Skaperen - Jun-20-2019, 05:53 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020