Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
orwin
18 days ago
|
parent
|
context
|
favorite
| on:
Public/protected/private is an unnecessary feature
Ideally, at least in python, 'true' inheritance should be used in very specific cases, and most of the time, you should only 'inherit' mixins and interfaces.
In practice? abstract classes all the way down to technical debt hell.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
In practice? abstract classes all the way down to technical debt hell.