Code Smells for Multi-language Systems. Abidi, M., Grichi, M., Khomh, F., & Gu�h�neuc, Y. In Proceedings of the 24<sup>th</sup> European Conference on Pattern Languages of Programs (EuroPLoP), pages 1–13, July, 2019. ACM Press. 13 pages.
Paper abstract bibtex Software quality becomes a necessity and no longer an advantage. In fact, with the advancement of technologies, companies must provide software with good quality. Many studies introduce the use of design patterns as improving software quality and discuss the presence of occurrences of design defects as decreasing software quality. Code smells include low-level problems in source code, poor coding decisions that are symptoms of the presence of anti-patterns in the code. Most of the studies present in the literature discuss the occurrences of design defects for mono-language systems. However, nowadays most of the systems are developed using a combination of several programming languages, in order to use particular features of each of them. As the number of languages increases, so does the number of design defects. They generally do not prevent the program from functioning correctly, but they indicate a higher risk of future bugs and makes the code less readable and harder to maintain. We analysed open-source systems, developers' documentation, bug reports, and programming language specifications and extracted bad practices related to multi-language systems. We encoded these practices in the form of code smells. We report in this paper 12 code smells.
@INPROCEEDINGS{Abidi19-EuroPLoP-SmellsforMLS,
AUTHOR = {Mouna Abidi and Manel Grichi and Foutse Khomh and
Yann-Ga�l Gu�h�neuc},
BOOKTITLE = {Proceedings of the 24<sup>th</sup> European Conference on Pattern Languages of Programs (EuroPLoP)},
TITLE = {Code Smells for Multi-language Systems},
YEAR = {2019},
OPTADDRESS = {},
OPTCROSSREF = {},
EDITOR = {Taichi Isaku},
MONTH = {July},
NOTE = {13 pages.},
OPTNUMBER = {},
OPTORGANIZATION = {},
PAGES = {1--13},
PUBLISHER = {ACM Press},
OPTSERIES = {},
OPTVOLUME = {},
KEYWORDS = {Topic: <b>Code and design smells</b>,
Venue: <c>PLoP</c>},
URL = {http://www.ptidej.net/publications/documents/EuroPLoP19b.doc.pdf},
ABSTRACT = {Software quality becomes a necessity and no longer an
advantage. In fact, with the advancement of technologies, companies
must provide software with good quality. Many studies introduce the
use of design patterns as improving software quality and discuss the
presence of occurrences of design defects as decreasing software
quality. Code smells include low-level problems in source code, poor
coding decisions that are symptoms of the presence of anti-patterns
in the code. Most of the studies present in the literature discuss
the occurrences of design defects for mono-language systems. However,
nowadays most of the systems are developed using a combination of
several programming languages, in order to use particular features of
each of them. As the number of languages increases, so does the
number of design defects. They generally do not prevent the program
from functioning correctly, but they indicate a higher risk of future
bugs and makes the code less readable and harder to maintain. We
analysed open-source systems, developers' documentation, bug reports,
and programming language specifications and extracted bad practices
related to multi-language systems. We encoded these practices in the
form of code smells. We report in this paper 12 code smells.}
}
Downloads: 0
{"_id":"WHZ4gBL8YXL7A5Ey4","bibbaseid":"abidi-grichi-khomh-guhneuc-codesmellsformultilanguagesystems-2019","author_short":["Abidi, M.","Grichi, M.","Khomh, F.","Gu�h�neuc, Y."],"bibdata":{"bibtype":"inproceedings","type":"inproceedings","author":[{"firstnames":["Mouna"],"propositions":[],"lastnames":["Abidi"],"suffixes":[]},{"firstnames":["Manel"],"propositions":[],"lastnames":["Grichi"],"suffixes":[]},{"firstnames":["Foutse"],"propositions":[],"lastnames":["Khomh"],"suffixes":[]},{"firstnames":["Yann-Ga�l"],"propositions":[],"lastnames":["Gu�h�neuc"],"suffixes":[]}],"booktitle":"Proceedings of the 24<sup>th</sup> European Conference on Pattern Languages of Programs (EuroPLoP)","title":"Code Smells for Multi-language Systems","year":"2019","optaddress":"","optcrossref":"","editor":[{"firstnames":["Taichi"],"propositions":[],"lastnames":["Isaku"],"suffixes":[]}],"month":"July","note":"13 pages.","optnumber":"","optorganization":"","pages":"1–13","publisher":"ACM Press","optseries":"","optvolume":"","keywords":"Topic: <b>Code and design smells</b>, Venue: <c>PLoP</c>","url":"http://www.ptidej.net/publications/documents/EuroPLoP19b.doc.pdf","abstract":"Software quality becomes a necessity and no longer an advantage. In fact, with the advancement of technologies, companies must provide software with good quality. Many studies introduce the use of design patterns as improving software quality and discuss the presence of occurrences of design defects as decreasing software quality. Code smells include low-level problems in source code, poor coding decisions that are symptoms of the presence of anti-patterns in the code. Most of the studies present in the literature discuss the occurrences of design defects for mono-language systems. However, nowadays most of the systems are developed using a combination of several programming languages, in order to use particular features of each of them. As the number of languages increases, so does the number of design defects. They generally do not prevent the program from functioning correctly, but they indicate a higher risk of future bugs and makes the code less readable and harder to maintain. We analysed open-source systems, developers' documentation, bug reports, and programming language specifications and extracted bad practices related to multi-language systems. We encoded these practices in the form of code smells. We report in this paper 12 code smells.","bibtex":"@INPROCEEDINGS{Abidi19-EuroPLoP-SmellsforMLS,\r\n AUTHOR = {Mouna Abidi and Manel Grichi and Foutse Khomh and \r\n Yann-Ga�l Gu�h�neuc},\r\n BOOKTITLE = {Proceedings of the 24<sup>th</sup> European Conference on Pattern Languages of Programs (EuroPLoP)},\r\n TITLE = {Code Smells for Multi-language Systems},\r\n YEAR = {2019},\r\n OPTADDRESS = {},\r\n OPTCROSSREF = {},\r\n EDITOR = {Taichi Isaku},\r\n MONTH = {July},\r\n NOTE = {13 pages.},\r\n OPTNUMBER = {},\r\n OPTORGANIZATION = {},\r\n PAGES = {1--13},\r\n PUBLISHER = {ACM Press},\r\n OPTSERIES = {},\r\n OPTVOLUME = {},\r\n KEYWORDS = {Topic: <b>Code and design smells</b>, \r\n Venue: <c>PLoP</c>},\r\n URL = {http://www.ptidej.net/publications/documents/EuroPLoP19b.doc.pdf},\r\n ABSTRACT = {Software quality becomes a necessity and no longer an \r\n advantage. In fact, with the advancement of technologies, companies \r\n must provide software with good quality. Many studies introduce the \r\n use of design patterns as improving software quality and discuss the \r\n presence of occurrences of design defects as decreasing software \r\n quality. Code smells include low-level problems in source code, poor \r\n coding decisions that are symptoms of the presence of anti-patterns \r\n in the code. Most of the studies present in the literature discuss \r\n the occurrences of design defects for mono-language systems. However, \r\n nowadays most of the systems are developed using a combination of \r\n several programming languages, in order to use particular features of \r\n each of them. As the number of languages increases, so does the \r\n number of design defects. They generally do not prevent the program \r\n from functioning correctly, but they indicate a higher risk of future \r\n bugs and makes the code less readable and harder to maintain. We \r\n analysed open-source systems, developers' documentation, bug reports, \r\n and programming language specifications and extracted bad practices \r\n related to multi-language systems. We encoded these practices in the \r\n form of code smells. We report in this paper 12 code smells.}\r\n}\r\n\r\n","author_short":["Abidi, M.","Grichi, M.","Khomh, F.","Gu�h�neuc, Y."],"editor_short":["Isaku, T."],"key":"Abidi19-EuroPLoP-SmellsforMLS","id":"Abidi19-EuroPLoP-SmellsforMLS","bibbaseid":"abidi-grichi-khomh-guhneuc-codesmellsformultilanguagesystems-2019","role":"author","urls":{"Paper":"http://www.ptidej.net/publications/documents/EuroPLoP19b.doc.pdf"},"keyword":["Topic: <b>Code and design smells</b>","Venue: <c>PLoP</c>"],"metadata":{"authorlinks":{}}},"bibtype":"inproceedings","biburl":"http://www.yann-gael.gueheneuc.net/Work/Publications/Biblio/complete-bibliography.bib","dataSources":["8vn5MSGYWB4fAx9Z4"],"keywords":["topic: <b>code and design smells</b>","venue: <c>plop</c>"],"search_terms":["code","smells","multi","language","systems","abidi","grichi","khomh","gu�h�neuc"],"title":"Code Smells for Multi-language Systems","year":2019}