Hacker News new | ask | show | jobs
by toolslive 1653 days ago
There are also problems with the combination of inheritance and concurrency. Google for "inheritance anomaly".
1 comments

Thank you, interesting read, haven’t heard of it before.

Though I feel it would be dishonest to “blame it” on inheritance over on concurrency itself, when we don’t have any good solution to general concurrency as far as I know. We can only deal with it reasonably well by heavily restricting the domain-space to begin with (eg. immutables, no globals/sharing).