Completed
Interface Tips
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Crafting Reliable and Testable Code with TypeScript
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Crafting Reliable
- 3 Reliable Engineering Best Practices
- 4 Benefits of TypeScript • JavaScript at scale
- 5 JavaScript Feature Gap
- 6 CONTEXT SWITCHING LEADS TO ANGER
- 7 High Cohesion - Low coupling
- 8 Self-documenting code
- 9 Test Driven Development
- 10 FIRST principle
- 11 Mike Cohn's Testing Pyramid
- 12 Isolating Dependencies
- 13 Interface Segregation
- 14 TypeScript enables SOLID code
- 15 User Interface
- 16 Interface Tips
- 17 User Model
- 18 Stateless Code
- 19 Imperative
- 20 Reactive
- 21 Write unit testable code Manage complexity