Skip to content

Commit

Permalink
mention that one should avoid inline functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Sep 15, 2011
1 parent 9c69c84 commit 5fee0e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/README.developer
Expand Up @@ -196,6 +196,9 @@ ever use tabs for indentations
{
}

- avoid the use of inline functions where possible (little to zero performance
impact). nowadays compilers automagically inline code when beneficial
and within the same linking process

- breaking long lines and strings
limit yourselves to 80 columns
Expand Down

0 comments on commit 5fee0e6

Please sign in to comment.