您的位置:首页 > 产品设计 > UI/UE

Build your own CAB Part #1 - The Preamble(Jeremy D. Miller)

2007-09-13 16:11 525 查看
[http://codebetter.com/blogs/jeremy.miller/archive/tags/Build+your+own+CAB/default.aspx]

UI is quite important, you should not neglect it

important: make a big deal of care to protect the system from garbage input.

easy to change:many changes more frequently then requirement

takes time:event driven model, lots of external dependence; hard for testing, lots of bugs and take time to fix.

So it worths the time to build good UI: testable, splits up the concerns and responsibilities of UI.

So many responsibilities that UI takes:

presentation to user

catch user event

input, authentication validation and business rule

customization

UI navigation and synchronization between UI widget and business object

interaction with other parts of application

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐