Hacker News new | ask | show | jobs
by alganet 409 days ago
That sounds to me like good old "replaceable parts oriented programming".

Replaceable parts can have inheritance, but often what is good about them is the composability. Each part can connect to each other in different ways. We call these boundaries "connectors".

It's quite a fascinating tech.