Completed
Writing pure functions
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Functional Architecture - The Pits of Success
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Nonfunctional requirements
- 3 Preface
- 4 Port and adapters
- 5 Pure functions
- 6 Restaurant reservation example
- 7 impure function
- 8 concentric circles
- 9 encapsulation
- 10 domaindriven design
- 11 objectoriented design
- 12 functional programming
- 13 user
- 14 module
- 15 Haskell
- 16 Testability
- 17 Testinduced damage
- 18 Higherorder functions
- 19 Unit tests
- 20 Isolation
- 21 Pure function
- 22 Unit testing
- 23 Isolation is important
- 24 Opie is the problem
- 25 Isolation vs testdriven development
- 26 Writing pure functions