see #2: typo fixes

This commit is contained in:
Changkun Ou
2019-07-14 23:20:14 +02:00
parent 9779283735
commit 3f51c5ea2e
17 changed files with 3373 additions and 3310 deletions

View File

@@ -10,27 +10,27 @@ In this appendix we will briefly talk about the best practices of modern C++. In
## Common Tools
TODO
TODO:
## Coding Style
TODO
TODO:
## Overall Performance
TODO
TODO:
## Code Security
TODO
TODO:
## Maintainability
TODO
TODO:
## Portability
TODO
TODO:
[Table of Content](./toc.md) | [Previous Chapter](./appendix1.md)