It is amazing how much more I A/B test now that it is one line to do. Previously, I'd go back and forth with myself about whether I should add a feature or not, worried whether the marginal utility would offset marginal complexity. I don't worry about these things anymore -- I just implement it and, toggle it with an A/B test (1 line of code), then track conversions at the next step in the funnel (1 line of code), and wait a week.
Concrete example: Next up on the development roadmap is a color selector. I've put it off for three years out of the fear that color selectors will befuddle my core user, but every few months someone asks for it. Why worry when you can implement it, wait for data, and rollback (almost) instantly if it doesn't pan out?
Writing a landing page? Write two calls to action. Takes essentially as much time as writing one since you mentally brainstormed six anyhow. No problem, chuck Mr. Second Best in there. It only takes a line. Customers will humble you with how many times Mr. Second Best trounces your best writing. (Customers will humble you with how many times Mr. Total Garbage trounces your best writing, too.)