Table of Contents

Clean code

Strong cohersion - loos copling. Alias Law of Demeter.

Interfaces between objects should be defined clearly, and there should be as few as possible. So that dependencies may be exchanged easily.

Alias Law of Demeter

A method of an object may only call methods of:

https://de.wikipedia.org/wiki/Gesetz_von_Demeter