Please use this identifier to cite or link to this item:
http://repositorio.ufla.br/jspui/handle/1/34683
Title: | How do developers use dynamic features? The case of ruby |
Keywords: | Programming languages Dynamic features Empirical study |
Issue Date: | Sep-2018 |
Publisher: | Elsevier |
Citation: | RODRIGUES JÚNIOR, E.; TERRA, R. How do developers use dynamic features? The case of ruby. Computer Languages, Systems & Structures, [S.l.], v. 53 , p. 73-89, Sept. 2018. |
Abstract: | Programming languages provide features that allow developers—at run time—to evaluate strings as expressions, to define and invoke methods, etc. Nevertheless, the overuse of dynamic features may negatively impact performance, decrease the accuracy of static code analysis techniques, and hinder compiler optimizations. This paper, therefore, investigates how developers use dynamic features based on 28 open-source Ruby projects. The main findings are fourfold: (i) dynamic features correspond on average to 2.58% of the language features in a Ruby project, and almost half of them are when we disregard features that are ascribed to common programming practices; (ii) we identified that 1417 out of 2849 dynamic statements (49.7%) could be easily converted to static code; (iii) we identified, classified, and also illustrated the ten most common scenarios where developers opt for dynamic statements instead of static ones, e.g., we found that developers rely mostly on dynamic features to access private members (20.35%), which reveals flaws in the architectural design; and (iv) we identified five motivations why developers use dynamic features: unusual coding style, overpassing privacy restrictions, defining new structures, contextualizing block executions, and generalizing code tasks. |
URI: | https://www.sciencedirect.com/science/article/pii/S1477842417300945 http://repositorio.ufla.br/jspui/handle/1/34683 |
Appears in Collections: | DCC - Artigos publicados em periódicos |
Files in This Item:
There are no files associated with this item.
Items in DSpace are protected by copyright, with all rights reserved, unless otherwise indicated.
Admin Tools