English, asked by faadass, 9 months ago


_____________ ensure that code deployed to production environment is not necessarily released to all end users

Deployment Checklist

Feature Flags

Configuration Checklist

Answers

Answered by dhara1910
2

Answer:

Deployment checklist

Answered by smartbrainz
3

The answer is Feature Flags

Explanation:

A Feature flag is a software development method that changes certain function logic on and off, without the "deployment of new code". This authorize for better control and more experimentation over the "full lifecycle of features".

The concept behind feature flags is to build a conditional aspect which branches into code to make functions logic available only to certain groups of users at a time. This feature makes to hide, enable or disable the software code during run time.

Similar questions