The Cruelty of Really Teaching Computer Science
From Wikipedia, the free encyclopedia
“The Cruelty of Really Teaching Computing Science” is a 1988 paper by E. W. Dijkstra, which argues that computer programming should be understood as a branch of mathematics, and that the formal provability of a program is a major criterion for correctness.
Despite the title, most of the article is on Dijkstra’s attempt to put computer science into a wider perspective within science, teaching being addressed as a corollary at the end. Specifically, Dijkstra made a “proposal for an introductory programming course for freshmen” that consisted of Hoare logic as an uninterpreted formal system.
Contents |
[edit] Debate over feasibility
In modern software engineering practice, formal verification is almost always considered too resource-intensive to be feasible. In complex applications, the difficulty of correctly specifying what the program should do in the first place is also a common source of error. Other methods of software testing are generally employed to eliminate bugs and many other factors are considered in the measurement of software quality.
The notion that cost of production should be a constraint in programming was foreign to Dijkstra. He viewed the cost controls as artifacts that could become excuses and the controls of nature as nonexistent in digital systems, which above the level of circuits guarantee a second, constructed nature.[citation needed]
Dijkstra, to the end of his life, maintained that computing’s central challenges hadn’t been met to his satisfaction, due to an insufficient emphasis on the program correctness (though not obviating other requirements, such as maintainability and efficiency).[1]
[edit] Pedagogical legacy
Computer science as taught today generally does not follow Dijkstra's advice. It generally emphasizes techniques for managing complexity and preparing for future changes. These include abstraction, programming by contract, and design patterns. Programming techniques to avoid bugs and conventional software testing methods are taught as basic requirements, and students are exposed to certain mathematical tools, but formal verification methods are not included in the curriculum except perhaps as an advanced topic. [2]
There is also greater emphasis on the social aspects of programming, such as learning how to engineer as part of a team, and how to write code that is easily re-used by other people.[citation needed] Some institutions focus more on practical engineering skills, such as learning popular programming languages or how to use commonly available tools, rather than the underlying theory of computer science.[citation needed]
[edit] Gender issues
The paper triggered a discussion in 1990 in the Communications of the ACM because two computer science educators felt that Dijkstra’s views were exclusionary of women, who, it was claimed, would be more interested in group projects and the use of software products, in place of the exacting demand, by Dijkstra, for formal, mathematical thought by individuals, who would then defend their programs and derivations to like-minded peers.[citation needed]
[edit] References
- ^ See EWD 1304 - The end of Computing Science?
- ^ See e.g. http://web.mit.edu/6.170/www/lectures/lectures.html, and courses 6.001, 6.033, 6.042, 6.170 (requirements for undergraduate CS majors) descriptions in the MIT Course Catalog at http://student.mit.edu/catalog/m6a.html
[edit] External links
- Handwritten manuscript in PDF format.
- Transcription