I’ve been working on a new release for a game server I operate on the side and, with any new release, comes
opportunities to weep at refactor your older code.
In software development and support, a huge part of the iterative process is the feedback loop. It’s important to remember though that problems (bugs) and solutions are also skewed by perception and experience.
Learn several practical takeaways to help you design and build things, that go far beyond screen reader compatible, in this presentation from Open Web Camp.
A simple example of how it can be easier to make a change by first refactoring the code to make the change easy.