9 Commits

Author SHA1 Message Date
Joseph T Lyons
f58462f198 Remove trailing whitespace 2021-01-16 18:10:50 -05:00
Jason Turner
31cef74911 Enhance notes on algorithms. 2019-04-18 15:04:29 -06:00
Jason Turner
12ec9d63cb Update 05-Considering_Maintainability.md 2018-09-04 09:03:24 -06:00
Jason Turner
3779f868ad Add note on assert 2017-09-01 09:31:04 -06:00
Arun Saha
cc81a9b4c5 static constant floating point need constexpr
Prior to C++11, only static const data members of
integral or enumeration type could have initializers
in the class definition. C++11 extends that to
floating point types (float, double) as well.
However, in order for such members to be initialized
in the class defintion, such members must either be
constexpr or non-static.
2017-06-03 19:59:20 -07:00
Jason Turner
ffa0297106 Add note about 'override' and 'final' keywords 2015-08-17 10:29:33 -06:00
rob100
83de05d9cd Several minor improvements
Fixed some typos, added some links and some further minor improvements
2015-08-04 14:57:28 +02:00
Jason Turner
7a292590ee Add note on avoiding boolean parameters 2015-07-29 15:36:40 -06:00
Jason Turner
5c7340061d Add a new section on maintainability 2015-06-08 10:44:17 -06:00