Blog

Thoughts from my daily grind
Posted by Ziyan Junaideen 22 July 2022
Delegation is a commonly used in software design to enforce the Law of Demeter. This article discusses how we can delegate methods in Ruby (using the standard library) and also using Rails.