Completed
Strategy pattern
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Design Patterns in the Light of Lambda Expressions
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Welcome
- 3 Why I hate design patterns
- 4 Lambda Expressions
- 5 Example
- 6 High signal to noise ratio
- 7 Removing fluffy code
- 8 Lambda anonymous functions
- 9 Strategy patterns
- 10 An example
- 11 Why copy and paste
- 12 Shortcut keys
- 13 Copy and paste
- 14 Guilt kicks in
- 15 Roll back the code
- 16 Refactor the code
- 17 Strategy pattern
- 18 Object creation
- 19 Scala example
- 20 Lazy
- 21 Lazy Evaluation
- 22 Virtual Proxy
- 23 Decorator Pattern
- 24 composability
- 25 print function
- 26 filter
- 27 decorators
- 28 Reduce operation
- 29 Composed Method Pattern
- 30 ExecuteAround Method Pattern