Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankel@mastodon.top
2025-10-12 18:31:04

In #OOP, objects collaborate. The initial idea of collaboration, first found in Smalltalk, was for object A to send a message to object B. Languages designed later use method calling. In both cases, the same question stands: how does an object reference other objects to reach the desired results?
In this post, I tackle the problem of passing

@crell@phpc.social
2025-08-19 17:35:01

A survey of data modeling approaches.
#PHP #OOP