Feature toggle(feature flag)

A ==feature toggle in software development provides an alternative to maintaining multiple feature branches in source code. (...) A feature toggle is also called feature switchfeature flag==

- by Wikipedia

Example Sentence

  • Trunk Based Development: Say you have an application or service that launches from the command-line that has a main method or function. Your ==feature flag== could be --withOneClickPurchase passed in as a command-line argument.