Remix.run Logo
raspasov 8 hours ago

When someone realized that the inheritance glass castle is doomed to always get shattered upon contact with the real world.

Inheritance might be OK for formally finite domains but I can’t envision other cases where it should be favored.

cturner an hour ago | parent [-]

Do you dislike type inheritance? Or only implementation inheritance? My view is that type inheritance is incredibly useful, both for single system programming, and rpc. Whereas implementation inheritance creates brittle systems.