Skip to content

Commit a91c9e1

Browse files
committed
Increase maximum recommended line length ##doc
1 parent 9684cb6 commit a91c9e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

DEVELOPERS.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,10 @@ default:
104104
}
105105
```
106106

107-
* Lines should be at most 78 characters in length. A tab is considered 8
108-
characters.
107+
* Lines should be at most 140 characters in length. Considering tabs are 8
108+
characters long. Originally this limit was 78, and it's still considered
109+
as a good practice, try to keep your functions short and readable, with
110+
minimum number of function arguments and not much nesting.
109111

110112
* Braces open on the same line as the for/while/if/else/function/etc. Closing
111113
braces are put on a line of their own, except in the else of an if statement

0 commit comments

Comments
 (0)