Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A View to a View
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 A view to a view
- 3 What is this presentation?
- 4 Terminology
- 5 Why views?
- 6 Maximize the amount of work not done
- 7 Much more readable code
- 8 Lifetime and ownership
- 9 Views and iterator types
- 10 What kinds of views are there?
- 11 Basic view types
- 12 Generators
- 13 Rope - Parsing code
- 14 Transform
- 15 Filter
- 16 Thinking with views
- 17 When to use views
- 18 How to make a simple view