Customers do not ask for software complexity

栏目: IT技术 · 发布时间: 6年前

内容简介:Asking for software complexity is insane. Nobody wants software solutions that are complex. It is comparable with smart cities, intelligent lockdowns and safe banks. Nobody wants stupid cities, governmental panic measurements to fight covid-19 or a bank th

Asking for software complexity is insane. Nobody wants software solutions that are complex. It is comparable with smart cities, intelligent lockdowns and safe banks. Nobody wants stupid cities, governmental panic measurements to fight covid-19 or a bank that can not be trusted with handling money.

Customers and end-users never ask for software that is complex. So software that is hard to adjust, maintain and is often unreliable. But designing simple software solutions is not simple and requires good principles along with solid experience.

When creating software solutions you should aim for simplicity because simplicity is a prerequisite for reliability. Simple is often erroneously mistaken for easy and cheap.  Simple is the opposite of complex.

Simple IS NOT easy

What matters for simple software solutions is:

  • Does the software do what is supposed to do? 
  • Is it of high quality? 
  • Can you rely on it?
  • Can problems be fixed easy if needed? And against acceptable cost and by anyone? 
  • Can the software handle changing business requirements over time? 

The answer to these questions are always trade-offs:

  • Fast versus slow.
  • Expensive versus cheap.
  • Robustness versus flexibility. And:
  • Good versus Bad. Which is always biased and context dependent. There is never only one good solution. But there are always many more bad solutions. 

Benefits of software simplicity are: ease of understanding, ease of change, ease of debugging, flexibility. Building simple open software solutions means you should at least:

  • Make a simple conceptual model. This model should cover all aspects, so also the key business aspects. 
  • Define simple Solution Building Blocks (SBBs) for the software parts. Solutions building blocks describe in logic terms what is required for each component.
  • Choose or create simple software solutions that match the requested capabilities.

And since even simple solutions must be secure you use the key open principles of the open reference architecture for security and privacy .


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

爆裂

爆裂

[美] 伊藤穰一、[美] 杰夫·豪 / 张培、吴建英、周卓斌 / 中信出版集团 / 2017-9-1 / 65.00元

越是在发生重大改变的时刻,越是会出现两极分化,赢家、输家有时只在一念间。未来已经装上了全新的操作系统。这是一个重大升级,对我们而言,随之而来的则是陡峭的学习曲线。在指数时代,替换旧逻辑,我们的思维亟需与世界对接,推翻过去已经成为大众所接受的常识,学会差异化思考才能屹立不倒,不被卷入历史的洪流。 在《爆裂》一书中,伊藤穰一和杰夫·豪将这一逻辑提炼为9大原则,帮助人们驾驭这一动荡时刻,应对当下的......一起来看看 《爆裂》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换