1,072
edits
(Add Category:Development.) |
m (Remove recommendation for fixed line length) |
||
Line 11: | Line 11: | ||
=== Line Length === | === Line Length === | ||
There is no fixed line length. In general, strive for clarity and readability and use your own judgement. | |||
Everyone has access to monitors with more than 80 columns, but even so, exceptionally long lines can be hard to read. But, keeping code together on one line that is logically one unit does improve readability. | |||
=== Indentation === | === Indentation === |
edits