• Medientyp: E-Book
  • Titel: C++ Software Design
  • Beteiligte: Iglberger, Klaus [VerfasserIn]
  • Körperschaft: Safari, an O’Reilly Media Company.
  • Erschienen: [Erscheinungsort nicht ermittelbar]: O'Reilly Media, Inc., 2022
  • Ausgabe: 1st edition
  • Umfang: 1 online resource (62 pages)
  • Sprache: Englisch
  • Schlagwörter: Electronic books
  • Entstehung:
  • Anmerkungen: Online resource; Title from title page (viewed November 25, 2022)
    Mode of access: World Wide Web
  • Beschreibung: Good software design is essential for the success of your project, but designing software is hard to do. You need to have a deep understanding of the consequences of design decisions and a good overview of available design alternatives. With this book, experienced C++ developers will get a thorough, practical, and unparalleled overview of software design with this modern language. C++ trainer and consultant Klaus Iglberger explains how you can manage dependencies and abstractions, improve changeability and extensibility of software entities, and apply and implement modern design patterns to help you take advantage of today's possibilities. Design is the most essential aspect of a software project because it impacts the software's most important properties: maintainability, changeability, and extensibility. Learn how to evaluate your code with respect to software design Understand what software design is, including design goals such as changeability and extensibility Explore the advantages and disadvantages of each design approach Learn how design patterns help solve problems and express intent Choose the right form of a design pattern to gain most of its advantages