This shows you the differences between two versions of the page.
|
gnucap:manual:tech:style [2017/03/11 19:57] aldavis typo |
gnucap:manual:tech:style [2026/02/06 11:45] (current) felixs reference white and black space |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| This section provides guidelines for programmers. Some of them are arbitrary. Please follow them for consistency. If you prefer a different way, please consider that it would be much worse to deal with a dozen different ways in the same body of code. | This section provides guidelines for programmers. Some of them are arbitrary. Please follow them for consistency. If you prefer a different way, please consider that it would be much worse to deal with a dozen different ways in the same body of code. | ||
| + | * [[White and black space]] | ||
| * [[Symbol names and scope]] | * [[Symbol names and scope]] | ||
| * [[iftests|code style ... !x vs x==0]] | * [[iftests|code style ... !x vs x==0]] | ||
| + | * [[auto]] | ||
| + | * [[override]] | ||
| + | * [[rangeloop|range based loops]] | ||
| + | * [[data|private data members]] | ||
| + | * [[delete_dummies|delete vs dummy functions]] | ||