3 papers
cs.SE2022
An Extended Model of Software Configuration
Rezvan Mahdavi-Hezaveh, Sameeha Fatima, Laurie Williams
Feature toggles and configuration options are modern programmatic techniques to easily include or exclude functionality in a software product. The research contributions to these t…
cs.SE2019
Software Development with Feature Toggles: Practices used by Practitioners
Rezvan Mahdavi-Hezaveh, Jacob Dremann, Laurie Williams
Background: Using feature toggles is a technique that allows developers to either turn a feature on or off with a variable in a conditional statement. Feature toggles are increasin…
cs.SE2018
Where Are The Gaps? A Systematic Mapping Study of Infrastructure as Code Research
Akond Rahman, Rezvan Mahdavi-Hezaveh, Laurie Williams
Context:Infrastructure as code (IaC) is the practice to automatically configure system dependencies and to provision local and remote instances. Practitioners consider IaC as a fun…