TGViewer
Amazing PHP Amazing PHP @phpme · 7.69K subscribers
Post #386 8.1K
Double Dispatch
The computation of a method call is only dependent on the object receiving the method call. Most of the time that's enough. However, sometimes we need the computation to also depend on the argument being passed to the method call.
Think you have two hierarchies of objects interacting with each other and the computation of these interactions depends on both objects, not only in one of them. Maybe some examples will make this clearer.
More from @phpme
  1. Sep 11, 2023​​An Internet of PHP PHP is big. The trolls can proclaim its all-but-certain “death” until…
  2. May 30, 2023​​5 Books You Must Read as a Developer In this article, we present a handpicked selection…
  3. May 1, 2023​​Unveiling the secret power of encapsulation In the world of software development, encaps…
  4. Apr 27, 2023​​Avoiding the pitfalls of abstract and common services In the ever-evolving world of soft…
  5. Apr 10, 2023​​Why we should avoid null in software development In software development, null is a term…
  6. Feb 19, 2023Stop using setters In this article, I want to focus your attention on the problem with set…
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →