목록개발 공부/C++ Core Guidelines (1)
음악, 삶, 개발
C++ Core Guidelines 목차
In.0: Don’t panic! P.1: Express ideas directly in code P.2: Write in ISO Standard C++ P.3: Express intent P.4: Ideally, a program should be statically type safe P.5: Prefer compile-time checking to run-time checking P.6: What cannot be checked at compile time should be checkable at run time P.7: Catch run-time errors early P.8: Don’t leak any resources P.9: Don’t waste time or space P.10: Prefer..
개발 공부/C++ Core Guidelines
2020. 9. 16. 18:52