Home / Series / Clean Code / Aired Order / Season 5 / Episode 1
Home / Series / Clean Code / Absolute Order / Season 1 / Episode 35

Design Patterns

And so we begin our exploration into design patterns. We begin by talking about the overall concept of design patterns. What are they, and what are they good for? Next we do a quick overview of the GOF book; and we'll find out why it is one of the most important books to be written within the last three decades. Then we put our heads down and focus tightly on the Command pattern. We learn that the command pattern is a way to decouple what is done, from who does it. Next we find that it also helps us decouple what is done from when it is done. Next we look at Undo and Redo, and how the Command pattern makes these features almost trivial to implement. Finally we look at the actor model; a way to support hundreds or even thousands of threads in a memory constrained environment. So hold on to your GOF because Design Patterns are about to begin.

English
  • Originally Aired April 4, 2014
  • Runtime 60 minutes
  • Created September 17, 2017 by
    Administrator admin
  • Modified September 17, 2017 by
    Administrator admin
Name Type Role
Robert C. Martin Writer
Robert C. Martin Director