(no title)
OldSchoolPro | 10 years ago
Give it a few years and everybody will use feature switching, except the old man enterprise dev :)
There are a million things that feature switching let's you do. Enable and disable instantly, enable for .00001% of the users, integration test different combinations, etc.
https://secure.phabricator.com/book/phabflavor/article/recom...
joesmo|10 years ago
xorcist|10 years ago
I would say feature branches were mainstream usage of CVS too, but SVN made it more popular because merging is more effortless.
Github probably popularized it, because they put a web interface on it (which is great), but that can be said for a lot of things.