Conversation

Why are there no "standard texts" on designing software interfaces? (or tell me I'm wrong?) If you want to learn to *build* software, there are excellent and complete texts on the subject. It's not just a tech-vs-art thing: there are standard texts on type, drawing, color, etc.
72
51
443
Some other hypotheses: • There are way fewer UI designers than programmers (maybe ~5% as many per some quick Googling) so you'd expect ~5% as many books, which is maybe <1? • Programming is closer to writing than UI design is, so programmers are more likely to write books
2
18
Many books on visual graphics / art don't require complex mathematical constraint systems to run on computational logic. Whenever I look at the top of a C header on a GNU/Linux program like "ls", I shiver, knowing how many vars exist to achieve compatibility across platforms.
1