c_coding_style_advice
Use auto
whenever possible (particularly in range-for
loops)
Introduce no variable before its time.
Prefer scoped, strongly-typed enums.
Avoid do
statements.
c_coding_style_advice.txt · Last modified: 2018/02/05 12:49 by rpjday