Skip to content

{ Tag Archives } Design Patterns

Partielle Klassen im Code sind wie Fischsauce am Schweinebraten

nofish

In der Softwareentwicklung gibt es bestimmte Muster im Code, die auf ein Problem oder gar einen Defekt im Design einer Anwendung hinweisen. Solche Muster werden CodeSmells genannt.

Also tagged , , ,

Object Obsessed Programming

In Peter Norvig’s “Design Patterns in Dynamic Programming” I stumbled over his term “class obsessed programming”. What is meant by that is having to program in a way so that everything (all verbs, i.e. functions) must belong to a class (read Execution in the Kingdom of Nouns).

Also tagged , , , , ,