Hacker News new | ask | show | jobs
by sengopal 4469 days ago
I work for an ecommerce site and we generally have a diff. sub domain which will have the "beta" or "test" version of code in live. Users are welcome to use it, but with fair warning. We also trickle, small percentage of users to the newer experience to gather feedback before enabling it site wide (A/B testing).
1 comments

So you're sayign what I can do it duplicate my site onto a subdomain, test the features there, and when they're bug-free, I can just copy paste the new code into the source files on the live site?