Understanding the Law of Demeter (LoD)
The Law of Demeter (LoD), also known as the principle of least knowledge, is a software design guideline that aims to reduce coupling between objects and promote encapsulation and modularization. LoD suggests that an object should only communicate wi...
mbarkt3sto.hashnode.dev7 min read