Completed
Conclusion
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Combining Type Systems with PHP: Hack's Approach
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Overview
- 3 What is Hack
- 4 PHP
- 5 PHP Code
- 6 Pragmatism
- 7 Who are we
- 8 The hack type system
- 9 Things to keep in mind
- 10 Unresolved types
- 11 Fake locals
- 12 Integration
- 13 Chaining
- 14 Feature Loop
- 15 Example Code
- 16 Intersection Types
- 17 Error Messages
- 18 Type Error
- 19 Invalid Return Type
- 20 Scaling
- 21 Multithreading
- 22 Shared Memory Region
- 23 Invariants
- 24 Clientserver model
- 25 Tracking dependencies
- 26 Rechecking dependencies
- 27 Conclusion