原文被墙,觉得该文其意不错,但其所指其实不是很明确,用语生涩啊...
=================================================================
http://calculist.blogspot.com/2007/09/science-and-engineering.html
Science and engineering
从 The Little Calculist 作者:Dave Herman

Joel Spolsky 有一个关于 软件开发周期的阶段 的帖子,该贴出乎意料地结束了我自己的观察。在Joel看来,第一个阶段是艺术(设计阶段),第二个阶段是工程(构建阶段)第三个阶段是科学(调试和测试阶段).

Joel的兴趣是软件管理和管理工具,但我对于开发工具有更多的兴趣。一旦你认出了软件开发的工程方面和科学方面的分水岭,你就可以更好地理解开发方法的很多紧张对立,其中的一种对立导致了很多辩论。之所以产生这种不安,是因为基本的不变的不可亵渎的(更别说神圣的圣洁的虔诚的)工程法则有时候和科学实践是不一致的。
也就是说:抽象和模块性是软件工程的心和肺,法则1,2,3是“局部化关注点,也就是DRY,分离关注点,使关注点正交”。更简单的说:使用抽象并且不要违反。通过使得一个关注点完全不注意(也就是说:参数化)另一个关注点,你可以最大自由地改变一个关注点而不影响另一个关注点。这是因为(allows for)局部化的原因,依次引发了独立的开发和维护。训练有素的开发者创建分层抽象,并且一丝不苟地遵循他们的边界。

但是当开始调试时发生了什么呢?教条地(Dogmatically)遵循抽象边界就像戴了一个眼罩;当一个bug第一次出现的时候,你根本不知道它是隐藏在哪个抽象里,还是在层与层的交互之间。另一个思考抽象盒子内部的通常的推论是 冲动地假设这个bug是别人的错误。(“一定是编译器的错!”) 我想起 Knuth 关于计算机科学的引用:
     这样的人非常擅长处理不同的法则应用到不同情况下的情形,他们是那些可以快速地改变抽象层次,可以同时观察很多大的事物和小的细节的人。——引自 Hartmanis 的图灵奖获奖感言
我认为这里的描述更多的是在软件开发的科学面或者也可以说是设计方面的——但不是工程方面的。
因为调试和测试是和观察和理解一个现有的系统相关的,而不是构建或修改一个系统,我们自己构建的藩篱(译注:指层次抽象)使得我们的工程原则变成了障碍。调试工具,集成开发环境,测试框架,等等都被一种需要违反抽象边界的需求而赋予了特色。

结果,干净和肮脏(就像 Mitch 叫他们的)开始撕咬混战,他们争斗的问题是:我们的软件开发框架 对他们对 FIaI(NtMSHaG)LoE (ML) (译注:实在不知道怎么翻译)的坚持 是应该绝对严格呢,或是绝对宽松(Smalltalk)? 我不知道通过 构建涵盖这些不同开发模型的软件框架,我们是否能够做的更好。

=================================================================
原文:

Joel Spolsky has a post about the phases of the software development cycle that's remarkably close to my own observations. In Joel's view, the first phase is art (i.e., design phase); the second is engineering (construction); and the third is science (debugging and testing).

Joel's interest is in project management and management tools, but mine is more in development tools. Once you recognize the divide between the engineering and science aspects of software development, you can better understand one of the tensions in the approach to development, a tension which leads to plenty of heated debate. This tension comes about because the Fundamental Immutable and Inviolable (Not to Mention Sacred, Holy, and Good) Laws of Engineering are sometimes at odds with the practice of science.

To wit: abstraction and modularity are the heart and lungs of software engineering. Rules #1 , 2 and 3 are "Localize concerns, i.e. Don't Repeat Yourself, separate concerns and enforce their orthogonality." More simply: use abstractions and don't violate them. By making one concern completely oblivious to (i.e., parametric in) another, you maximize your freedom to change one without affecting the other. This allows for local reasoning which in turn leads to separable development and maintenance. Disciplined developers create layered abstractions and fastidiously respect their boundaries.

But what happens when you start debugging? Dogmatically adhering to abstraction boundaries is like wearing blinders; when a bug first arises, you never know which abstraction layer it's hiding in, or if it's in the interaction between layers. Another common consequence of thinking inside the abstraction box is impulsively assuming the bug is someone else's fault. ("The compiler must be broken!") I'm reminded of Knuth's quote about computer scientists:
Such people are especially good at dealing with situations where different rules apply in different cases; they are individuals who can rapidly change levels of abstraction, simultaneously seeing things "in the large" and "in the small."
          -- quoted in Hartmanis's Turing Award lecture
I think this is describing more the science and perhaps also the design aspects--but not the engineering aspect--of software development.

Because debugging and testing are about observing and understanding an existing system, rather than constructing or modifying a system, the barriers we construct to enforce our engineering principles become obstacles. Debugging tools, IDE's, testing frameworks, etc. are all characterized by a need to violate abstraction boundaries.

As a result, the Cleans and Dirties (as Mitch calls them) fight tooth and nail about whether our software development frameworks should be absolutely strict in their adherence to the FIaI(NtMSHaG)LoE (ML) or absolutely lax (Smalltalk). I wonder if we couldn't do better by building software frameworks that were aware of these different modes of development.
posted on 2011-10-28 15:53 cingoli 阅读(1822) 评论(7)  编辑 收藏 引用
Comments

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理