Commit Graph

4 Commits

Author SHA1 Message Date
Jason Turner
33b3aa64d0 Make note of "" vs '' 2015-06-28 19:58:58 -06:00
Jason Turner
395ccfaf72 Minor wording changes to iterator discussion
@rob100 I changed the wording about iterators and `++` because many iterator types are just internally a `++pointer` and the compiler *is* able to optimize it to the same level as `++int`. But that's not guaranteed to be true.

Closes #19
2015-06-28 13:39:44 -06:00
Robin Schlegel
7f680ba44d Improved recommendation to use pre-increment in loops instead of post-increment 2015-06-28 11:34:48 +02:00
Jason Turner
5c7340061d Add a new section on maintainability 2015-06-08 10:44:17 -06:00