|
|
|
|
|
by filoeleven
1459 days ago
|
|
I don’t want to use decorators. They’re another band-aid to keep OOP on life support. They are disguised functions applied to mutable objects in order to enhance their capabilities (or maybe to comply with type interfaces). Dependency injection is the exact same thing, only with different syntax. |
|