Probably good techniques for consumer web app betas.
Although I don't like the idea of a preference to turn on features for one customer. Having code which is only run by one user cannot be a good plan: you've doubled the number of permutations to test, and there's a code path only taken by that one user.
Although I don't like the idea of a preference to turn on features for one customer. Having code which is only run by one user cannot be a good plan: you've doubled the number of permutations to test, and there's a code path only taken by that one user.