Customers do not ask for software complexity

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

内容简介: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-7-1 / CNY 79.00

在阿里巴巴集团内,数据人员面临的现实情况是:集团数据存储已经达到EB级别,部分单张表每天的数据记录数高达几千亿条;在2016年“双11购物狂欢节”的24小时中,支付金额达到了1207亿元人民币,支付峰值高达12万笔/秒,下单峰值达17.5万笔/秒,媒体直播大屏处理的总数据量高达百亿级别且所有数据都需要做到实时、准确地对外披露……巨大的信息量给数据采集、存储和计算都带来了极大的挑战。 《大数据......一起来看看 《大数据之路》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试