Software Research and the Industry

Dirk Riehle's blog about everything computer science, applied and more

Software Research and the Industry header image 2

Design Pattern Density Defined

August 7th, 2009 · 3 Comments · Open Source, Publication, Research, Software Engineering

Author: Dirk Riehle

Abstract: Design pattern density is a metric that measures how much of an object-oriented design can be understood and represented as instances of design patterns. Expert developers have long believed that a high design pattern density implies a high maturity of the design under inspection. This paper presents a quantifiable and observable definition of this metric. The metric is illustrated and qualitatively validated using four real-world case studies. We present several hypotheses of the metric’s meaning and their implications, including the one about design maturity. We propose that the design pattern density of a maturing framework has a fixed point and we show that if software design patterns make learning frameworks easier, a framework’s design pattern density is a measure of how much easier it will become.

Reference: In Proceedings of the 2009 Conference on Object-Oriented Programming Systems, Languages, and Applications (OOPSLA Onward! ‘09). ACM Press, 2009. Page 469-480.

Available as a PDF file.

Tags:

3 responses so far ↓

  • 1 Twitted by ilabra // Aug 8, 2009 at 17:26

    [...] This post was Twitted by ilabra [...]

  • 2 Diplomarbeitsthema: Design Pattern Density Validated // Sep 16, 2009 at 23:20

    [...] that a high design pattern density implies a high maturity of the design under consideration. In prior work, we have defined the metric as well as an instrument to assess it in a given design. In this work, [...]

  • 3 2009 Year-end Summary and Review // Dec 17, 2009 at 15:29

    [...] pub­lished a paper on a new object-oriented met­ric called “design pat­tern den­sity” at OOPSLA Onward! 2009; another paper on “indus­try expe­ri­ences with design pat­terns” [...]

Leave a Comment