Software Essentials

Book description

Winner of a 2015 Alpha Sigma Nu Book Award, Software Essentials: Design and Construction explicitly defines and illustrates the basic elements of software design and construction, providing a solid understanding of control flow, abstract data types (ADTs), memory, type relationships, and dynamic behavior. This text evaluates the benefits and overhead of object-oriented design (OOD) and analyzes software design options. With a structured but hands-on approach, the book:

  • Delineates malleable and stable characteristics of software design
  • Explains how to evaluate the short- and long-term costs and benefits of design decisions
  • Compares and contrasts design solutions, such as composition versus inheritance
  • Includes supportive appendices and a glossary of over 200 common terms
  • Covers key topics such as polymorphism, overloading, and more

While extensive examples are given in C# and/or C++, often demonstrating alternative solutions, design—not syntax—remains the focal point of Software Essentials: Design and Construction.

About the Cover:

Although capacity may be a problem for a doghouse, other requirements are usually minimal. Unlike skyscrapers, doghouses are simple units. They do not require plumbing, electricity, fire alarms, elevators, or ventilation systems, and they do not need to be built to code or pass inspections.

The range of complexity in software design is similar. Given available software tools and libraries—many of which are free—hobbyists can build small or short-lived computer apps. Yet, design for software longevity, security, and efficiency can be intricate—as is the design of large-scale systems. How can a software developer prepare to manage such complexity? By understanding the essential building blocks of software design and construction.

Table of contents

  1. Front Cover (1/2)
  2. Front Cover (2/2)
  3. Contents (1/2)
  4. Contents (2/2)
  5. Preface
  6. Acknowledgments
  7. Detailed Book Outline (1/2)
  8. Detailed Book Outline (2/2)
  9. Chapter 1: Software Complexity and Modeling (1/6)
  10. Chapter 1: Software Complexity and Modeling (2/6)
  11. Chapter 1: Software Complexity and Modeling (3/6)
  12. Chapter 1: Software Complexity and Modeling (4/6)
  13. Chapter 1: Software Complexity and Modeling (5/6)
  14. Chapter 1: Software Complexity and Modeling (6/6)
  15. Chapter 2: Software Development (1/6)
  16. Chapter 2: Software Development (2/6)
  17. Chapter 2: Software Development (3/6)
  18. Chapter 2: Software Development (4/6)
  19. Chapter 2: Software Development (5/6)
  20. Chapter 2: Software Development (6/6)
  21. Chapter 3: Functionality (1/7)
  22. Chapter 3: Functionality (2/7)
  23. Chapter 3: Functionality (3/7)
  24. Chapter 3: Functionality (4/7)
  25. Chapter 3: Functionality (5/7)
  26. Chapter 3: Functionality (6/7)
  27. Chapter 3: Functionality (7/7)
  28. Chapter 4: Memory (1/6)
  29. Chapter 4: Memory (2/6)
  30. Chapter 4: Memory (3/6)
  31. Chapter 4: Memory (4/6)
  32. Chapter 4: Memory (5/6)
  33. Chapter 4: Memory (6/6)
  34. Chapter 5: Design and Documentation (1/7)
  35. Chapter 5: Design and Documentation (2/7)
  36. Chapter 5: Design and Documentation (3/7)
  37. Chapter 5: Design and Documentation (4/7)
  38. Chapter 5: Design and Documentation (5/7)
  39. Chapter 5: Design and Documentation (6/7)
  40. Chapter 5: Design and Documentation (7/7)
  41. Chapter 6: Structural Design (1/6)
  42. Chapter 6: Structural Design (2/6)
  43. Chapter 6: Structural Design (3/6)
  44. Chapter 6: Structural Design (4/6)
  45. Chapter 6: Structural Design (5/6)
  46. Chapter 6: Structural Design (6/6)
  47. Chapter 7: Behavioral Design (1/9)
  48. Chapter 7: Behavioral Design (2/9)
  49. Chapter 7: Behavioral Design (3/9)
  50. Chapter 7: Behavioral Design (4/9)
  51. Chapter 7: Behavioral Design (5/9)
  52. Chapter 7: Behavioral Design (6/9)
  53. Chapter 7: Behavioral Design (7/9)
  54. Chapter 7: Behavioral Design (8/9)
  55. Chapter 7: Behavioral Design (9/9)
  56. Chapter 8: Design Alternatives and Perspectives (1/10)
  57. Chapter 8: Design Alternatives and Perspectives (2/10)
  58. Chapter 8: Design Alternatives and Perspectives (3/10)
  59. Chapter 8: Design Alternatives and Perspectives (4/10)
  60. Chapter 8: Design Alternatives and Perspectives (5/10)
  61. Chapter 8: Design Alternatives and Perspectives (6/10)
  62. Chapter 8: Design Alternatives and Perspectives (7/10)
  63. Chapter 8: Design Alternatives and Perspectives (8/10)
  64. Chapter 8: Design Alternatives and Perspectives (9/10)
  65. Chapter 8: Design Alternatives and Perspectives (10/10)
  66. Chapter 9: Software Correctness (1/4)
  67. Chapter 9: Software Correctness (2/4)
  68. Chapter 9: Software Correctness (3/4)
  69. Chapter 9: Software Correctness (4/4)
  70. Chapter 10: Software Longevity (1/4)
  71. Chapter 10: Software Longevity (2/4)
  72. Chapter 10: Software Longevity (3/4)
  73. Chapter 10: Software Longevity (4/4)
  74. Glossary: Definitions and Conceptual Details (1/5)
  75. Glossary: Definitions and Conceptual Details (2/5)
  76. Glossary: Definitions and Conceptual Details (3/5)
  77. Glossary: Definitions and Conceptual Details (4/5)
  78. Glossary: Definitions and Conceptual Details (5/5)
  79. References
  80. Appendix A: Memory and the Pointer Construct (1/4)
  81. Appendix A: Memory and the Pointer Construct (2/4)
  82. Appendix A: Memory and the Pointer Construct (3/4)
  83. Appendix A: Memory and the Pointer Construct (4/4)
  84. Appendix B: Heap Memory and Aliases (1/5)
  85. Appendix B: Heap Memory and Aliases (2/5)
  86. Appendix B: Heap Memory and Aliases (3/5)
  87. Appendix B: Heap Memory and Aliases (4/5)
  88. Appendix B: Heap Memory and Aliases (5/5)
  89. Appendix C: Function Pointers (1/2)
  90. Appendix C: Function Pointers (2/2)
  91. Appendix D: Operator Overloading (1/6)
  92. Appendix D: Operator Overloading (2/6)
  93. Appendix D: Operator Overloading (3/6)
  94. Appendix D: Operator Overloading (4/6)
  95. Appendix D: Operator Overloading (5/6)
  96. Appendix D: Operator Overloading (6/6)
  97. Back Cover

Product information

  • Title: Software Essentials
  • Author(s): Adair Dingle
  • Release date: July 2014
  • Publisher(s): Chapman and Hall/CRC
  • ISBN: 9781439841211