GopherCon 2018 - Accessible Programming

conference, golang, gophercon2018, notes

These are some notes from my experiences at the GopherCon 2018. I don’t expect these will be laid out in any particularly useful way; I am mostly taking them so I can remember some of the bits I found most useful in the future.


Accessibility Issues

  • Poor vision

    • Focus, limited range, etc.
  • Reduce amount of information you have to keep track of

  • Keep variables close to use locations

  • Use meaningful names

  • Use pronouncable names

  • Curb Cut Effects