Mercurial > docs > master
comparison discussion.roff @ 127:4a9a97d9d6b5
Exchanged the section titles `Style' and `Code Style'.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Sat, 30 Jun 2012 17:22:12 +0200 |
parents | 3aafbd32d77b |
children | 01af3c0dfe7b |
comparison
equal
deleted
inserted
replaced
126:3aafbd32d77b | 127:4a9a97d9d6b5 |
---|---|
2473 .Ci 6e271608b7b9c23771523f88d23a4d3593010cf1 | 2473 .Ci 6e271608b7b9c23771523f88d23a4d3593010cf1 |
2474 | 2474 |
2475 | 2475 |
2476 | 2476 |
2477 | 2477 |
2478 .H1 "Code Style | 2478 .H1 "Style |
2479 .P | 2479 .P |
2480 Kernighan and Pike have emphasized the importance of style in the | 2480 Kernighan and Pike have emphasized the importance of style in the |
2481 preface of their book: | 2481 preface of their book: |
2482 .[ [ | 2482 .[ [ |
2483 kernighan pike practice of programming | 2483 kernighan pike practice of programming |
2493 .[ | 2493 .[ |
2494 kernighan pike practice of programming | 2494 kernighan pike practice of programming |
2495 .] | 2495 .] |
2496 | 2496 |
2497 | 2497 |
2498 .H2 "Style | 2498 |
2499 | |
2500 .H2 "Code Style | |
2499 .P | 2501 .P |
2500 .U3 "Indentation Style | 2502 .U3 "Indentation Style |
2501 .P | 2503 .P |
2502 Indentation styles are the holy cow of programmers. | 2504 Indentation styles are the holy cow of programmers. |
2503 Again Kernighan and Pike: | 2505 Again Kernighan and Pike: |
2798 VE | 2800 VE |
2799 .\" XXX think about explaining the -preserve rework? | 2801 .\" XXX think about explaining the -preserve rework? |
2800 | 2802 |
2801 | 2803 |
2802 | 2804 |
2805 | |
2803 .H2 "Standard Libraries | 2806 .H2 "Standard Libraries |
2804 .P | 2807 .P |
2805 MH is one decade older than the POSIX and ANSI C standards. | 2808 MH is one decade older than the POSIX and ANSI C standards. |
2806 Hence, MH included own implementations of functions | 2809 Hence, MH included own implementations of functions |
2807 that are standardized and thus widely available today, | 2810 that are standardized and thus widely available today, |
2962 */ | 2965 */ |
2963 VE | 2966 VE |
2964 Two months later, it was completely removed by replacing it with | 2967 Two months later, it was completely removed by replacing it with |
2965 .Fu strncmp() . | 2968 .Fu strncmp() . |
2966 .Ci b0b1dd37ff515578cf7cba51625189eb34a196cb | 2969 .Ci b0b1dd37ff515578cf7cba51625189eb34a196cb |
2967 | |
2968 | 2970 |
2969 | 2971 |
2970 | 2972 |
2971 | 2973 |
2972 .H2 "Modularization | 2974 .H2 "Modularization |