Sustainable Software Development Patterns and Best Practices
Buch, Englisch, 491 Seiten, Format (B × H): 178 mm x 254 mm, Gewicht: 953 g
ISBN: 978-1-4842-5948-1
Verlag: Apress
If you don't take care with your codebase, you can produce a large, messy, and unmaintainable beast in any programming language. However, C++ projects in particular are prone to get messy and tend to slip into a maintenance nightmare. There is lots of C++ code out there that looksas if it was written in the 1980s, completely ignoring principles and practices of well-written and modern C++.
It seems that C++ developers have been forgotten by those who preach Software Craftsmanship and Clean Code principles. The web is full of C++ code examples that may be very fast and highly optimized, but whose developers have completely ignored elementary principles of good design and well-written code. This book will explain how to avoid this 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 Will Learn
- Gain sound principles and rules for clean coding in C++
- Carry out test-driven development (TDD)
- Better modularize your C++ code base
- Discover and apply C++ design patterns and idioms
- Write C++ code in both object-oriented and functional programming styles
Any C++ developer or software engineer with an interest in producing better code.
Zielgruppe
Professional/practitioner
Autoren/Hrsg.
Fachgebiete
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Objektorientierte Programmierung
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Programmier- und Skriptsprachen
- Mathematik | Informatik EDV | Informatik Programmierung | Softwareentwicklung Software Engineering
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.