Roth Clean C++
1. Auflage 2017
ISBN: 978-1-4842-2793-0
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
Sustainable Software Development Patterns and Best Practices with C++ 17
E-Book, Englisch, 291 Seiten
Reihe: Professional and Applied Computing
ISBN: 978-1-4842-2793-0
Verlag: APRESS
Format: PDF
Kopierschutz: 1 - PDF Watermark
If you don't take care with your code, you can produce a large, messy, and unmaintainable beast in any programming language. However, C++ projects in particular are prone to be messy and tend to slip into bad habits. Lots of C++ code that is written today looks as if it was written in the 1980s.
It seems that C++ developers have been forgotten by those who preach Software Craftsmanship and Clean Code principles. The Web is full of bad, but apparently very fast and highly optimized C++ code examples, with cruel syntax that completely ignores elementary principles of good design and well-written code. This book will explain how to avoid this scenario and how to get the most out of your C++ code. You'll find your coding becomes more efficient and, importantly, more fun.
What You'll Learn
- Gain sound principles and rules for clean coding in C++
- Carry out test driven development (TDD)
- Discover C++ design patterns and idioms
- Apply these design patterns
Who This Book Is For
Any C++ developer and software engineer with an interest in producing better code.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Weitere Infos & Material
CH01 - Introduction.- CH02 - Build a Safety Net.- CH03 - Be Principled.- CH04 - Basics of Clean C++.- CH05 - Advanced concepts of modern C++.- CH06 - Object Orientation.- CH07 - Functional Programming.- CH08 - Test Driven Development.- CH09 - Design Patterns and Idioms.- Appendix A - Small UML Guide.- Bibliography.