7 min read

Object-Oriented Design Patterns in Python - The God Object

Beware the monolithic class that knows and does everything. We’ll examine this dangerous anti-pattern and discuss strategies to refactor it into cohesive components.
Object-Oriented Design Patterns in Python - The God Object
Reader: The God Object Anti-Pattern

Reader Mode

-- / --

Introduction