• How do I try the change?
  • What is the problem this solves?
  • What is the proposed solution?
  • Can this change break programs?
  • How often does the change break real programs?
  • Will the change make programs slower by causing more allocations?
  • If the proposal is accepted, how will the change be deployed?
  • Can I see a list of places in my code affected by the change?
  • My test fails with the change. How can I debug it?
  • Does this mean I don’t have to write x := x in my loops anymore?
  • How can I send feedback?