Software Design for Flexibility: How to Avoid Programming Yourself into a Corner

Software Design for Flexibility: How to Avoid Programming Yourself into a Corner

Software Design for Flexibility: How to Avoid Programming Yourself into a Corner

Software Design for Flexibility: How to Avoid Programming Yourself into a Corner

Hardcover

$55.00 
  • SHIP THIS ITEM
    Qualifies for Free Shipping
  • PICK UP IN STORE
    Check Availability at Nearby Stores

Related collections and offers


Overview

Strategies for building large systems that can be easily adapted for new situations with only minor programming modifications.

Time pressures encourage programmers to write code that works well for a narrow purpose, with no room to grow. But the best systems are evolvable; they can be adapted for new situations by adding code, rather than changing the existing code. The authors describe techniques they have found effective—over their combined 100-plus years of programming experience—that will help programmers avoid programming themselves into corners.

The authors explore ways to enhance flexibility by:
  • Organizing systems using combinators to compose mix-and-match parts, ranging from small functions to whole arithmetics, with standardized interfaces
  • Augmenting data with independent annotation layers, such as units of measurement or provenance
  • Combining independent pieces of partial information using unification or propagation
  • Separating control structure from problem domain with domain models, rule systems and pattern matching, propagation, and dependency-directed backtracking
  • Extending the programming language, using dynamically extensible evaluators

  • Product Details

    ISBN-13: 9780262045490
    Publisher: MIT Press
    Publication date: 03/09/2021
    Pages: 448
    Product dimensions: 6.10(w) x 9.10(h) x 1.00(d)

    About the Author

    Chris Hanson is on the technical staff at Datera.

    Gerald Jay Sussman is Panasonic Professor of Electrical Engineering at MIT. He is the coauthor of Structure and Interpretation of Computer Programs, Structure and Interpretation of Classical Mechanics, and Functional Differential Equations (all published by the MIT Press).

    Table of Contents

    Foreword xi
    Preface xiii
    Acknowledgments xix
    1 Flexibility in Nature and in Design 1
    2 Domain-Specific Languages 21
    3 Variations on an Arithmetic Theme 67
    4 Pattern Matching 157
    5 Evaluation 233
    6 Layering 299
    7 Propagation 327
    8 Epilogue 373
    A Appendix: Supporting Software 377
    B Appendix: Scheme 379

    What People are Saying About This

    From the Publisher

    “Most systems need to succeed over time, not merely at a point in time. A fascinating exploration of predicative dynamic dispatch, metadata, and other techniques for building flexible systems that can be enhanced without breaking.”
    —Rich Hickey, author of Clojure and architect of Datomic
     
    “Hanson and Sussman’s Software Design for Flexibility has introduced additive programming, a game changer. An additive style allows for making changes to existing designs without the programmer’s efforts looking like the work of a contortionist. With elegance, clarity, and care, they point out long-overlooked problems in software design and offer their Scheme-friendly, clever solutions. Enjoy!”
    —Dan Friedman, Professor of Computer Science, University of Indiana; author of The Little Prover

    From the B&N Reads Blog

    Customer Reviews