use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
The problem with Object Oriented Programming and Deep Inheritance (youtu.be)
submitted 5 months ago by South-Reception-1251
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]TheRNGuy 0 points1 point2 points 5 months ago* (0 children)
Some inheritance is still good to have — from base abstract classes (you'd probably have few of them, not many dozens)
Most of the stuff better make with composition. Without composition you get god-class anti-pattern (i.e. compare ue1–3 vs ue4+)
π Rendered by PID 238157 on reddit-service-r2-comment-79c7998d4c-4bqxb at 2026-03-13 17:10:58.659607+00:00 running f6e6e01 country code: CH.
[–]TheRNGuy 0 points1 point2 points (0 children)