|
|
|
|
|
by kbp
2785 days ago
|
|
I don't understand what most of these points have to do with accessibility.
Why would a blind person have more trouble with the fact that "x + y" might be
addition or string concatenation than a sighted person? Why would compile-time
type errors be more useful to a disabled person? And so on. It just feels like
your opinions on a lot of language design holy wars where disabled people are
just as likely to disagree with you as anyone else. > Don't worry about superficial tooling support. Solve the language design
problems, the hard problems first. That's mostly what people have been doing for the last most-of-a-century, and
it's led to a lot of software being much harder to use for disabled people. |
|
The classic example is wheel chair ramps. Who benefits from those? People who have bad knees, people with strollers, people with heavy roller bags. The ramp was installed for wheelchairs but everybody benefits. If the solution were limited only to wheelchairs almost nobody would use it. It would just be in the way and be more of a problem than a solution.
If you are only solving for blindness you don’t really understand accessibility and are just in the way.