Managing change with patterns

  • Authors:
  • Michael Duell

  • Affiliations:
  • AG communication systems, Phoenix, Arizona

  • Venue:
  • Design patterns in communications software
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

COST ASSOCIATED WITH MODIFYING SOFTWARE are a large part of an organization's software development budget. Since change is to be expected, the costs associated with change can be reduced by preparing it. Software design patterns associate a problem and context with a solution to document good design practices. Patterns allow software designers to evaluate solutions in terms of the aspects of the system most likely to vary. This chapter uses the INgage Intelligent Peripheral Prototype to demonstrate how the use of two patterns, Layers and Mediator, facilitated a major change to the protocol stacks, and isolated object interactions to make them more maintainable.