Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Design Patterns and PHP 8 in Drupal Core - From Procedural to Object-Oriented Programming
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Procedural programming
- 3 Extended using hooks
- 4 Challenges with Drupal 7
- 5 Object oriented programming
- 6 Scenario - Car Manufacturing
- 7 Dependency Injection - Scenario
- 8 Dependency Injection - implementation
- 9 Real world is complicated!
- 10 Dependency Injection - Drupal
- 11 Enter Electric Batteries!
- 12 Electric Battery (engine?)
- 13 Adapter pattern - Drupal
- 14 Observer Pattern - Drupal
- 15 Design Patterns - benefits
- 16 Named Arguments
- 17 Deprecated Dynamic Properties
- 18 [In Discussion] Using Weakmap for container serialization solution
- 19 Attributes in place of Annotations
- 20 Use appropriate type hints wherever possible
- 21 What does this mean for the community?