I made a change in the blogger configuration to ease the later work when blogging. It is possible that older entries are not correctly formatted.

Showing posts with label clean code. Show all posts
Showing posts with label clean code. Show all posts

Tuesday, 19 June 2012

Law of Demeter and the Demeter project

I wanted to take a look again at the law of Demeter. In order to see whether there is a good way at looking at this to code more efficiently and more cleanly. I stumbled upon the following project: DemeterF. I will have to take a look.