2021
DOI: 10.1007/s10664-020-09901-z
|View full text |Cite
|
Sign up to set email alerts
|

Software development with feature toggles: practices used by practitioners

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
13
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
4
2
1

Relationship

0
7

Authors

Journals

citations
Cited by 26 publications
(13 citation statements)
references
References 14 publications
0
13
0
Order By: Relevance
“…In our study, we could observe an increase in defects (Finding 7), which might be a consequence of inappropriate control of toggle debt. The results presented by Mahdavi‐Hezaveh et al 37 seem to reinforce this. They performed a survey with 20 practitioners from at least 17 different companies that use feature toggles.…”
Section: Related Workmentioning
confidence: 61%
“…In our study, we could observe an increase in defects (Finding 7), which might be a consequence of inappropriate control of toggle debt. The results presented by Mahdavi‐Hezaveh et al 37 seem to reinforce this. They performed a survey with 20 practitioners from at least 17 different companies that use feature toggles.…”
Section: Related Workmentioning
confidence: 61%
“…Section 3.2). First, as in Listing 1, two feature toggles are defined, usually all of them within a single file for the whole system [13,23]. Then, as in Listing 2, they are used in a toggle point (i.e., if-else statement) to condition the activation of system features.…”
Section: Background and Motivationmentioning
confidence: 99%
“…We have chosen them mostly because all of them use feature toggles [13,15]. They are also popular projects with 4k, 1.9k, 13.4k, 18.2k and 136 stars, respectively, in their repositories 6 .…”
Section: Subject Systemsmentioning
confidence: 99%
See 1 more Smart Citation
“…The pieces of code can be marked at the granularity of a single line of code or to a whole file. Feature toggling is also a used annotative approach (Mahdavi-Hezaveh et al 2021) where there is no need of specific variability management libraries as the annotations are based on the standard if clauses of the target programming language.…”
Section: Annotative Splsmentioning
confidence: 99%