Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Agility and Robustness - Clojure Spec
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 My Daily Concerns
- 3 Clojure Power
- 4 Systemic Generality
- 5 Pretty Good!
- 6 spec Answers the Challenge
- 7 spec Power
- 8 Correct / Agile / Robust
- 9 Declaration
- 10 Structural Predicates
- 11 Arbitrary Predicates
- 12 Collections
- 13 Boolean Logic
- 14 Named Specs
- 15 spec Syntax with Regexes
- 16 defn Syntax
- 17 Maps as Information
- 18 Functions
- 19 Function Semantics
- 20 Validation
- 21 Explanation
- 22 Conformance
- 23 Example Data
- 24 Example Fn Invocations
- 25 Robustness
- 26 Instrumentation
- 27 Generative Testing
- 28 Assertion
- 29 Experience Report