Update 03-Style.md

This commit is contained in:
Jason Turner
2014-05-25 14:14:24 -06:00
parent 8a6b209c73
commit 811ea616a0

View File

@@ -264,3 +264,5 @@ The above code succeeds when making a debug build, but gets removed by the compi
## Don't be afraid of templates
They can help you stick to DRY principles.
## Use operator overloads judiciously