Completed
Information Hiding
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
One Size Does Not Fit All
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Commonalities
- 3 Just make things the right size
- 4 Information Hiding
- 5 Separation of concerns
- 6 Single Responsibility Principle
- 7 Cohesion in 00: Object Calisthenics
- 8 Indicators of strong cohesion
- 9 Indicators of weak cohesion
- 10 Forces for separation
- 11 Environments
- 12 Microservices - Common Traits
- 13 Example: Pricing Engine
- 14 Super-small, really micro, nano
- 15 Example: Product Detail Page
- 16 Small, micro
- 17 Example: E-Commerce Site
- 18 Medium-sized
- 19 Hierarchy & Rule Example
- 20 Antipattern: Decoupling Illusion
- 21 Antipattern: Anemic Service
- 22 Antipattern: Unjustified Re-Use
- 23 What works