码迷,mamicode.com
首页 > 其他好文 > 详细

Quantify

时间:2015-07-31 10:44:53      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:users   objective   primary   fast   

?

Quantify

Keith Braithwaite

“FAST” iS noT A REquiREMEnT. Neither is “responsive.” Nor “extensible.” The primary reason why not is that you have no objective way to tell if they’re met. But still users want them. The architect’s role is largely to help the system have these qualities, and to balance the inevitable conflicts and inconsisten- cies between them. Without objective criteria, architects are at the mercy of capricious users (“no, I won’t accept it, still not fast enough”) and of obsessive programmers (“no, I won’t release it, still not fast enough”).
As with all requirements, we seek to write down these desires. Too often then the vague adjectives come out: “flexible,” “maintainable,” and the rest. It turns out that in every case (yes, even “usable,” with effort), these phenomena can be quantified and thresholds set. If this is not done, then there is no basis for acceptance of the system by its users, valuable guidance is stolen from its builders as they work, and the vision is blurred for those architecting it.
Some simple questions to ask: How many? In what period? How often? How soon? Increasing or decreasing? At what rate? If these questions cannot be answered, then the need is not understood. The answers should be in the busi- ness case for the system and if they are not, then some hard thinking needs to be done. If you work as an architect and the business hasn’t (or won’t) tell you these numbers, ask yourself why not. Then go get them. The next time some- one tells you that a system needs to be “scalable,” ask that person where new users are going to come from and why. Ask how many and by when? Reject “Lots” and “soon” as answers.
?
??Uncertain quantitative criteria must be given as a range: the least, the nomi- nal, and the most. If this range cannot be given, then the required behavior is not understood. As an architecture unfolds, it can be checked against these criteria to see if it is (still) in tolerance. As the performance against some cri- teria drifts over time, valuable feedback is obtained. Finding these ranges and checking against them is a time-consuming and expensive business. If no one cares enough about the system being “performant” (neither a requirement nor a word) to pay for performance trials, then more than likely performance doesn’t matter. You are then free to focus your architectural efforts on aspects of the system that are worth paying for.
“Must respond to user input in no more than 1,500 milliseconds. Under normal load (defined as…), the average response time must be between 750 and 1,250 milliseconds. Response times less than 500 milliseconds can’t be distinguished by the user, so we won’t pay to go below that.” Now that’s a requirement.
After many years as an amateur, Keith Braithwaite was first paid to write software in 1996. After that first job, maintaining a compiler built with lex and yacc, he progressed first to modelling microwave propagation for GSM network planning, then seasonal variations in demand for air freight, in C++. A move to consultancy (and Java) introduced him to CORBA and then EJB, and then what was called at the time “e-commerce.” He is currently a principal consultant with Zuhlke and manages its Centre of Agile Practice.

Quantify

标签:users   objective   primary   fast   

原文地址:http://blog.csdn.net/wangzi11322/article/details/47164939

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!