Home > Author > Robert C. Martin >

" More precisely, the Law of Demeter says that a method f of a class C should only call the methods of these: • C • An object created by f • An object passed as an argument to f • An object held in an instance variable of C "

Robert C. Martin , Clean Code: A Handbook of Agile Software Craftsmanship


Image for Quotes

Robert C. Martin quote : More precisely, the Law of Demeter says that a method f of a class C should only call the methods of these: • C • An object created by f • An object passed as an argument to f • An object held in an instance variable of C