Object-Oriented Design Choices

Object-Oriented Design Choices
Author :
Publisher : CRC Press
Total Pages : 300
Release :
ISBN-10 : 9781000338126
ISBN-13 : 1000338126
Rating : 4/5 (126 Downloads)

Book Synopsis Object-Oriented Design Choices by : Adair Dingle

Download or read book Object-Oriented Design Choices written by Adair Dingle and published by CRC Press. This book was released on 2021-01-19 with total page 300 pages. Available in PDF, EPUB and Kindle. Book excerpt: Do modern programming languages, IDEs, and libraries make coding easy? Maybe, but coding is not design. Large-scale or expensive apps clearly require evaluation of design choices. Still, software design directly impacts code reuse and longevity even for small-scale apps with limited overhead. This text evaluates and contrasts common object-oriented designs. A given problem may have many solutions. A developer may employ different design techniques – composition, inheritance, dependency injection, delegation, etc. – to solve a particular problem. A skilled developer can determine the costs and benefits of different design responses, even amid competing concerns. A responsible developer documents design choices as a contract with the client, delineating external and internal responsibilities. To promote effective software design, this book examines contractual, object-oriented designs for immediate and sustained use as well as code reuse. The intent of identifying design variants is to recognize and manage conflicting goals such as short versus long-term utility, stability versus flexibility, and storage versus computation. Many examples are given to evaluate and contrast different solutions and to compare C# and C++ effects. No one has a crystal ball; however, deliberate design promotes software longevity. With the prominence of legacy OO code, a clear understanding of different object-oriented designs is essential. Design questions abound. Is code reuse better with inheritance or composition? Should composition rely on complete encapsulation? Design choices impact flexibility, efficiency, stability, longevity, and reuse, yet compilers do not enforce design and syntax does not necessarily illustrate design. Through deliberate design, or redesign when refactoring, developers construct sustainable, efficient code.


Object-Oriented Design Choices Related Books

Object-Oriented Design Choices
Language: en
Pages: 300
Authors: Adair Dingle
Categories: Computers
Type: BOOK - Published: 2021-01-19 - Publisher: CRC Press

GET EBOOK

Do modern programming languages, IDEs, and libraries make coding easy? Maybe, but coding is not design. Large-scale or expensive apps clearly require evaluation
Object Design
Language: en
Pages: 420
Authors: Rebecca Wirfs-Brock
Categories: Computers
Type: BOOK - Published: 2003 - Publisher: Addison-Wesley Professional

GET EBOOK

Object technology pioneer Wirfs-Brock teams with expert McKean to present a thoroughly updated, modern, and proven method for the design of software. The book i
What Every Programmer Should Know about Object-oriented Design
Language: en
Pages: 402
Authors: Meilir Page-Jones
Categories: Computers
Type: BOOK - Published: 1995 - Publisher: Dorset House Publishing Company, Incorporated

GET EBOOK

Introduction: What does it mean to be object-oriented, anyway? Object-orientation - Who ordered that? Object-oriented design notation. The basic notation for cl
Object Design Style Guide
Language: en
Pages: 412
Authors: Matthias Noback
Categories: Computers
Type: BOOK - Published: 2019-12-23 - Publisher: Simon and Schuster

GET EBOOK

”Demystifies object-oriented programming, and lays out how to use it to design truly secure and performant applications.” —Charles Soetan, Plum.io Key Fea
Practical Object-oriented Design in Ruby
Language: en
Pages: 272
Authors: Sandi Metz
Categories: Computers
Type: BOOK - Published: 2013 - Publisher: Pearson Education

GET EBOOK

The Complete Guide to Writing More Maintainable, Manageable, Pleasing, and Powerful Ruby Applications Ruby's widely admired ease of use has a downside: Too many