Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • The Law of Demeter Is Not A Dot Counting Exercise

    Recently I read a discussion on an internal mailing list on whether or not it would be worthwhile to add a null dereferencing operator to C#. For example, one proposed idea would allow the following expression. object a = foo.?bar.?baz.?qux; This would assign the variable a the value null if any one...
    Posted to What's New (Weblog) by Anonymous on 07-14-2009, 12:00 AM
    Filed under: Software Development, patterns, SOLID, Law of Demeter
  • Demeter Transmogrifiers To The Rescue

    In a recent post, The Law of Demeter Is Not A Dot Counting Exercise , I wanted to peer into the dark depths of the Law of Demeter to understand it’s real purpose. In the end I concluded that the real goal of the guideline is to reduce coupling, not dots, which was a relief because I’m a big fan of dots...
    Posted to What's New (Weblog) by Anonymous on 08-16-2009, 12:00 AM
    Filed under: Software Development, patterns, Law of Demeter, LoD
Page 1 of 1 (2 items)