You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most comfortable width for reading extended pieces of text (such as docstrings) is fewer than 70 characters. I would propose we introduce a new rule limiting the width of docstrings. I know Python recommends 72 as a max-length for docstrings but my own preference would be 66/68. I'd be interested in what others think of the idea.
The text was updated successfully, but these errors were encountered:
The most comfortable width for reading extended pieces of text (such as docstrings) is fewer than 70 characters. I would propose we introduce a new rule limiting the width of docstrings. I know Python recommends 72 as a max-length for docstrings but my own preference would be 66/68. I'd be interested in what others think of the idea.
The text was updated successfully, but these errors were encountered: