Octave style guide: Difference between revisions

Jump to navigation Jump to search
m
Line 13: Line 13:
There is no fixed line length.  In general, strive for clarity and readability and use your own judgement.
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.  However, keeping code together on one line that is logically one unit does improve readability.
Everyone has access to monitors with more than 80 columns, but even so, exceptionally long lines can be hard to read.  However, keeping code together on a line that is logically one unit does improve readability.


=== Indentation ===
=== Indentation ===
1,072

edits

Navigation menu