UI Design in Development World
Uncategorized | (1)
Jeff Atwood over at Coding Horror yesterday wrote an interesting article about designing user interfaces, prototyping, and getting locked into design patterns based on code rather than user expectations.
He quoted a fellow named Rick Schaut about the ideal way of going about software development:
When you're working on end-user software, and it doesn't matter if you're working on a web app, adding a feature to an existing application, or working on a plug-in for some other application, you need to design the UI first.
This is hard for a couple of reasons. The first is that most programmers, particularly those who've ...