Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Pythonic Refactoring - Protecting Your Users From Change
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About Mark
- 3 Why stable interfaces
- 4 What are interfaces
- 5 Strict interfaces
- 6 Public modules
- 7 Documentation
- 8 Versioning
- 9 Keeper Changelog
- 10 Breaking Code
- 11 Deprecation
- 12 Good Engineering Practices
- 13 Dynamically Generated Values
- 14 Class Instantiation
- 15 Replace constructor with factory method
- 16 Fix global state in module
- 17 Replace module with object instance
- 18 Be aware
- 19 Exceptions
- 20 Assumptions
- 21 Monkeypatch