Archive for the 'Testing' Category



A post on the Google testing blog made me think. Their post presents an example of a class

class Mechanic {
Engine engine;
Mechanic(Context context) {
this.engine = context.getEngine();
}
}

which depends on an object Context in the constructor, when indeed it only depends on Engine, a violation the law of demeter. This often […]

Well, how do you?




RSS

About

Stephan Schmidt is the project manager for Reposita. He is one of the founders of SnipSnap and is the lead on Radeox. Stephan has been working as a project manager and CTO and is currently a team manager at ImmobilienScout24 in Berlin. He can be reached at stephan@reposita.org. All views are only his own.

Longer entries are truncated. Click the headline of an entry to read it in its entirety.

Categories