Exception Handling: Fundamentals and Programming - Pedro Mejia Alvarez - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: E-Books (https://softwarez.info/Forum-E-Books) +--- Thread: Exception Handling: Fundamentals and Programming - Pedro Mejia Alvarez (/Thread-Exception-Handling-Fundamentals-and-Programming-Pedro-Mejia-Alvarez--472324) |
Exception Handling: Fundamentals and Programming - Pedro Mejia Alvarez - AD-TEAM - 07-10-2024
pdf | 8.55 MB | English | Isbn:9783031506802 | Author: Pedro Mejia Alvarez, Raul E. Gonzalez Torres, Susana Ortega Cisneros | Year: 2024
About ebook: Exception Handling: Fundamentals and Programming Quote:This book presents the fundamentals of exception handling with examples written in C++ and Python. Starting with its history and evolution, it explores the many facets of exception handling, such as its syntax, semantics, challenges, best practices, and implementation patterns. The book is composed of five chapters: Chapter 1 provides an introduction, covering the history, various definitions, and challenges of exception handling. Chapter 2 then delves into the basics, offering insights into the foundational concepts and techniques. Subsequently, chapter 3 touches upon the best practices for exception handling, including the differences between errors and exceptions, the use of assertions, and how to provide meaningful error messages. Chapter 4 takes a deep dive into advanced exception-handling techniques, exploring e.g. patterns, guard clauses, and hierarchical exception handling. Eventually, chapter 5 focuses on the complexities of exception handling in real-time and embedded systems. |