aleixmorgadas’s avataraleixmorgadas’s Twitter Archive—№ 555

  1. …in reply to @willeeh
    @willeeh I saw and used this approach on the past. At the end, I felt it as an over engineering. An alternative approach was to use Feature Flags on production that can be enabled for Product Designers on demand. We did like xyz.bla/dashboard?feature=enabled and shared the link with PD
    1. …in reply to @aleixmorgadas
      @willeeh Then, when the QA works, we just add the flag as enabled by default (just in case we need to disabled if something goes wrong and we do a rollback). It's smooth and you proof that everything works in production in a safe way. Then, why dev environment? 😜