Root Cause Analysis of Some Faults in Design Patterns
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore a critical analysis of design patterns in this GOTO 2014 conference talk by Ralph E. Johnson, Research Associate Professor at the University of Illinois. Delve into the root causes of faults in widely-used patterns such as Observer, Adapter, and Iterator as they approach their 20th anniversary. Gain insights into writing better patterns by examining these established examples with fresh eyes. Follow Johnson's examination of the Observer pattern, including its various implementations like protocols, listeners, push-pull models, and data binding. Investigate the Iterator pattern and its evolution in modern programming paradigms like Scala and Reactive Programming. Enhance your understanding of design pattern intricacies and learn valuable lessons for improving software architecture and design.
Syllabus
Intro
Why is it wrong
Why is it bad
Observer Pattern
Observer Example
Protocols
Observers
Listeners
PushPull Model
EventListeners
Data Binding
Consequences
Iterator
Scala
Reactive Programming
Reactive Extensions
Taught by
GOTO Conferences
Related Courses
Design Patterns in Java: StructuralPluralsight C# Design Patterns
LinkedIn Learning Java Design Patterns: Structural
LinkedIn Learning Node.js: Design Patterns
LinkedIn Learning PHP: Design Patterns
LinkedIn Learning