Understanding the Law of Demeter in C#: With Clean Code and Diagrams

Law of Demeter in C#

We, as software developers, always seek to write neat, easy-to-maintain and expandable code. Many other design advice can support this effort, but the Law of Demeter (LoD) is widely ignored by developers. Putting this philosophy into use in a language like C# can really cut down on complexity and make the code much easier to … Read more