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"
#16
(Jun-20-2019, 11:04 AM)snippsat Wrote: Long lines also make it harder to present code neatly in documentation or talk slides

I would note one exception to my 108 character limit. My docstrings are 79 characters long, excluding preceding white space. That's to keep it intelligible if you type help(whatever) in a terminal window.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: "Limit all lines to a maximum of 79 characters" - by ichabod801 - Jun-20-2019, 11:15 AM

Forum Jump:

User Panel Messages

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