aleixmorgadas’s avataraleixmorgadas’s Twitter Archive—№ 552

      1. Only having a Production Environment is extreme 🚀 Staging + Production I would say it's adequate 👍 Develop + Staging + Production Environments might not be a lean approach to deliver software 😅 But yes, it depends on the context 🤷‍♂️
        oh my god twitter doesn’t include alt text from images in their API
    1. …in reply to @aleixmorgadas
      Even though it's a quite simplistic statement and we miss a lot valid scenarios to have three different environments, I would say that we fall into the norm of having 3 environments since it gives a (maybe false) sense of security and quality on our development pipeline.
  1. …in reply to @aleixmorgadas
    Sometimes, by removing environments, we can win quality by replacing an environment with practices like Feature Toggles, Continuous Delivery or Continuous Deployment. We might be missing good practices that drives software excellence because it's hard to challenge the norm