This is the companion repository of our submission "On the Interaction of Feature Toggles", submitted to VaMoS 2022.
Measurements and details about the performances can be consulted in the data folder.
Source code can be consulted in the Main notebook and in the others directory.
The results folder contains the results shown in the submission, as well as complementary results.
We analyse the feature toggles of 5 real-world projects written in go.
We propose an approach to automatically extract the depedencies out a config file, like this one :
We download the project, statically analyse the code to mine the dependencies between toggles, and extract a feature toggle model, like this one