diff --git a/contributions/essay/persman/README.md b/contributions/essay/persman/README.md new file mode 100644 index 0000000000..8004cb032b --- /dev/null +++ b/contributions/essay/persman/README.md @@ -0,0 +1,23 @@ +# Assignment Proposal + +## Title + +Continuous deployment - How does feature toggle fit in? + +## Names and KTH ID + + - Pontus Persman (persman@kth.se) + +## Deadline + +Task 1 + +## Category + +Essay + +## Description + +Feature toggles allow for deployment using conditional logic and environmental variables which determines whether certain code should be ran. Feature toggles may help to facilitate rapid releases as well as flexible control over which features to deploy. However, it may also introduce severe drawbacks, such as dead code, code complexity and system failure. + +My goal for the essay is to present what role feature toggles has in regards to continuous deployment and its strengths and drawbacks.