Kapitola 59. Návrhové vzory

Example Design Patterns in Ruby

Obsah

59.1. Ukázkový vzor
59.2. Creational Design Patterns
59.3. Structural Patterns
59.4. Behavorial Design Patterns
59.5. Vzory ve vývoji
59.6. Concurrent programming
59.7. Ostatní

chapter id="design-patterns" xreflabel="Návrhové vzory"

Each pattern describes a problem which occurs over and over again in our environment, and then describes the core od the solution to that problem, in suach a way that you can use this solution a million times over, without ever doing it the same way twice.

--Christopher Alexander

Odkazy:

Popsat co jsou to návrhové vzory.

Text kapitoly

Struktura kapitoly návrhových vzorů

  1. Creational Design Patterns

    1. Abstract Factory

    2. Abstract Session

    3. Factory

    4. Builder

    5. Prototype

    6. Singleton

    7. Borg

  2. Structural Patterns

    1. Adapter

    2. Bridge

    3. Composite

    4. Decorator

    5. Facade

    6. Flyweight

    7. Proxy

  3. Behavorial Design Patterns

    1. Prostředník (Mediator/Colleague)

    2. Command

    3. Interpreter

    4. Iterator

    5. Chain of Responsibility

    6. Memento

    7. Observer

Licence Creative Commons
Tento dokument Ruby, jehož autorem je Radek Hnilica, podléhá licenci Creative Commons Uveďte autora-Nevyužívejte dílo komerčně-Zachovejte licenci 3.0 Česká republika .