Skip to main content

Design Patterns: Structural

  • Chapter
  • First Online:
Pro JavaScript Development
  • 2841 Accesses

Abstract

In this chapter, we will continue our look at design pattern, focusing on structural design patterns. Where the creational design patterns we looked at in the previous chapter center on object creation, structural design patterns help you combine objects together into a larger, more structured code base. They are flexible, maintainable, extensible, and ensure that if one part of your system changes, you do not need to completely rewrite the rest to suit. Structural design patterns can also be used to help interface with other code structures that you need to work together easily with in your application. Let’s look together at eight structural design patterns you may find useful in your code, together with examples.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 34.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 44.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2014 Den Odell

About this chapter

Cite this chapter

Odell, D. (2014). Design Patterns: Structural. In: Pro JavaScript Development. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-6269-5_6

Download citation

Publish with us

Policies and ethics