Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-09 | CODE_STYLE: Added ternary operator example to 'Space around operators' | Steve Holme | |
Following conversation on the libcurl mailing list. | |||
2016-03-22 | CODE_STYLE: indend example code | Daniel Stenberg | |
... to make it look nicer in markdown outputa | |||
2016-03-20 | CODE_STYLE: Use boolean conditions | Steve Holme | |
Rather than use TRUE, FALSE, NULL, 0 or != 0 in if/while conditions. Additionally, corrected some example code to adhere to the recommended coding style. | |||
2016-03-14 | CODE_STYLE: Space around operators | Daniel Stenberg | |
As just discussed on the mailing list, also document how we prefer spacing in expressions. | |||
2016-03-14 | CODE_STYLE: add example for indent style as well | Daniel Stenberg | |
2016-03-14 | CODE_STYLE: mention braces for functions too | Daniel Stenberg | |
2016-03-14 | CODE_STYLE: initial version | Daniel Stenberg | |
Ripped out from CONTRIBUTE into its own document, but also extended from there. |