location: Current position: jianghe >> Scientific Research >> Paper Publications

Mining Design Pattern Use Scenarios and Related Design Pattern Pairs: A Case Study on Online Posts

Hits:

Indexed by:期刊论文

First Author:Liu, Dong

Correspondence Author:renzhilei,Long, Zhong-Tian,Gao, Guo-Jun,jianghe

Date of Publication:2020-10-01

Journal:JOURNAL OF COMPUTER SCIENCE AND TECHNOLOGY

Volume:35

Issue:5,SI

Page Number:963-978

ISSN No.:1000-9000

Key Words:design pattern; software documentation; Stack Overflow; topic model

Abstract:In common design pattern collections, e.g., design pattern books, design patterns are documented with templates that consist of multiple attributes, such as intent, structure, and sample code. To adapt to modern developers, the depictions of design patterns, especially some specific attributes, should advance with the current programming technologies, for example, "known uses", which exemplifies the use scenarios of design patterns in practice, and "related patterns", which describes the relatedness between a design pattern and the others within a context. However, it is not easy to update the contents of these attributes manually due to the diversity of the programming technologies. To address this problem, in this work, we conducted a case study to mine design pattern use scenarios and related design pattern pairs from Stack Overflow posts to enrich the two attributes. We first extracted the question posts relevant to each design pattern by identifying the design pattern tags. Then, the topics of the posts were discovered by applying topic modeling techniques. Finally, by analyzing the topics specified for each design pattern, we detected 195 design pattern use scenarios and 70 related design pattern pairs, involving 61 design patterns totally. These findings are associated with a variety of popular software frameworks and programming techniques. They could complement the existing design pattern collections and help developers better acknowledge the usage and relatedness of design patterns in today's programming practice.

Next One:Bridging Semantic Gaps between Natural Languages and APIs with Word Embedding