yunfei wang
汪云飞's blog

汪云飞's blog

Follow
home关于我
Tag

design principles

#design-principles

More content

Read more stories on Hashnode


Articles with this tag

软件开发中的“最”原则

Jul 27, 20221 min read 45 views

Principle of least astonishment(最小惊讶原则) 又称最小意外原则,适用于用户界面和软件设计。 它建议系统的组件(代码)应该以大多数用户期望的方式运行。 该行为不应该使用户感到惊讶或诧异,根据操作的名称和其他线索,某项操作的结果应该是明显的、一致的和可预测的。...

软件开发中的“最”原则