Changes between Initial Version and Version 1 of Ticket #2138, comment 6


Ignore:
Timestamp:
2015-02-09T01:49:52Z (10 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2138, comment 6

    initial v1  
    1 I don't agree that the fill column for Python code should be 77. It's unnecessary short and not consistent with the line wrapping in the majority of our existing code. [wiki:CodingStandards] says:
     1I don't agree that the fill column for Python code should be 77. It's unnecessarily short and not consistent with the line wrapping in the majority of our existing code. [wiki:CodingStandards] says:
    22
    33> Ignore the part of PEP-8 which specifes 79- or 72- char line widths. Lines should preferably be less than 100 columns, but we don't enforce this strictly. It is more important to break lines at points that are natural for readability than to follow a fixed line width restriction. Where possible, continuation lines should be indented as far as necessary to make them match up with the subexpression (e.g. argument list) they belong to.