#threading

[ follow ]
#python
fromdeath and gravity
1 week ago

Inheritance over composition, sometimes

The organization of the code using subclasses and layers of delegation can complicate debugging, leading to the suggestion of simplifying the implementation by using functions instead.
[ Load more ]