Changeset 4bde6b in git for doc/C-STYLEGUIDE.md


Ignore:
Timestamp:
May 15, 2020, 3:20:00 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
a1b40ab8675488c2a4f8e225d9d748ba70340727
Parents:
538e06d0809adf9f75fea000cf70d354bb674ab5
Message:
spelling p1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/C-STYLEGUIDE.md

    r538e06 r4bde6b  
    8181    prefer inline functions:
    8282    - macros are not type safe
    83     + macros are allways inlined
     83    + macros are always inlined
    8484    - arguments to macros can be multiply computed
    8585
     
    121121  - use const wherever possible/suitable (especially in declarations of input
    122122    parameters to functions/methods provided as pointers or references or for
    123     methods that do not change the state of an object, consider delaring
     123    methods that do not change the state of an object, consider declaring
    124124    variables "mutable" whenever suitable)
    125125
Note: See TracChangeset for help on using the changeset viewer.