Sponsored By

Software Engineering is Not Computer Science

What is the best way to think of software development? Is it science? Is it art? Is it craft? Is it something else entirely? In this excerpt from After the Gold Rush, Steve McConnell makes the distinction between software engineering and computer science, and discusses the implications of that distinction on the software industry.

Steve McConnell, Blogger

December 16, 1999

12 Min Read

"A scientist builds in order to learn;
an engineer learns in order to build."
-Fred Brooks

When interviewing candidates for programming jobs, one of my favorite interview questions is, "How would you describe your approach to software development?" I give them examples such as carpenter, fire fighter, architect, artist, author, explorer, scientist, and archeologist, and I invite them to come up with their own answers. Some candidates try to second-guess what I want to hear; they usually tell me they see themselves as "scientists." Hot-shot coders tell me they see themselves as commandos or swat-team members. My favorite answer came from a candidate who said, "During software design, I'm an architect. When I'm designing the user interface, I'm an artist. During construction, I'm a craftsman. And during unit testing, I'm one mean son of a bitch!"

I like to pose this question because it gets at a fundamental issue in our field: what is the best way to think of software development? Is it science? Is it art? Is it craft? Is it something else entirely?

"Is" vs. "Should"

We have a long tradition in the software field of debating whether software development is art or science. Thirty years ago, Donald Knuth began writing a seven-volume series, The Art of Computer Programming. The first three volumes stand at 2,200 pages, suggesting the full seven might amount to more than 5,000 pages. If that's what the art of computer programming looks like, I'm not sure I want to see the science!

People who advocate programming as art point to the aesthetic aspects of software development and argue that science does not allow for such inspiration and creative freedom. People who advocate programming as science point to the high error rates of many programs and argue that such low reliability is intolerable-creative freedom be damned. Both these views are incomplete and both ask the wrong question. Software development is art. It is science. It is craft, archeology, fire fighting, sociology, and a host of other pursuits. It is amateurish in some quarters, quasi-professional in others. It is as many different things as there are different people programming. So the proper question is not "What is software development currently?" but rather "What should professional software development be?" In my opinion, the answer to that question is clear: professional software development should be engineering. Is it? No. But should it be? Unquestionably, yes.

Engineering vs. Science

With only about 40 percent of software developers holding computer science degrees and practically none holding degrees in software engineering, we shouldn't be surprised to find people confused about the difference between software engineering and computer science. The distinction between science and engineering in software is the same as the distinction in any other field. Scientists learn what is true, how to test hypotheses, and how to extend knowledge in their fields. Engineers learn what is true, what is useful, and how to apply well-understood knowledge to solve practical problems. Scientists must keep up to date with the latest research. Engineers must be familiar with knowledge that has already proved to be reliable and effective. If you are doing science, you can afford to be narrow and specialized. If you are doing engineering, you need a broad understanding of all the factors that affect the product you are designing. Scientists don't have to be licensed because they are chiefly accountable to other scientists. Engineers do have to be licensed because they are chiefly accountable to the public. An undergraduate science education prepares students to continue their studies. An undergraduate engineering education prepares students to enter the workforce immediately after completing their studies.

Universities award computer science degrees, and they normally expect their computer science students to obtain software development jobs in which they will immediately begin solving real-world problems. Only a small fraction of computer science undergraduates go on to graduate school or research environments in which they are advancing the state of knowledge about software or computers.

This puts computer science students into a technological no-man's land. They are called scientists, but they are performing job functions that are traditionally performed by engineers without the benefit of engineering training. The effect is roughly the same as it would be if you assigned a physics PhD the task of designing electrical equipment for commercial sale. The physicist might understand the electrical principles better than the engineers he was working with, but his experience in building equipment is in creating prototypes that are used to advance the state of knowledge in a laboratory. He does not have experience or training in designing rugged, economical equipment that provides practical solutions in real-world settings. We would expect the equipment designed by the physics PhD to work but perhaps to lack some of the robustness that would make it usable or safe outside a laboratory. Or the equipment might use materials in a way that is acceptable for a single prototype but extravagantly wasteful when units are manufactured by the thousands.

Situations resembling this simple physics example occur literally thousands of times each year in software. When workers educated as computer scientists begin working on production systems, they often design and build software that is too frail for production use or that is unsafe. They focus narrowly and deeply on minor considerations to the exclusion of other considerations that are more important. They might spend two days hand-tuning a sorting algorithm instead of two hours using a code library or copying a suitable algorithm from a book. The typical computer science graduate usually needs several years of on-the-job training to accumulate enough practical knowledge to build minimally satisfactory production software without supervision. Without appropriate formal education, some software developers work their entire careers without acquiring this knowledge.

The lack of professional development isn't solely the software developer's failure. The software world has become a victim of its own success. The software job market has been growing faster than the educational infrastructure that's needed to support it, and so more than half the people holding software development jobs have been educated in subjects other than software. Employers can't require these software retreads to obtain the equivalent of an undergraduate engineering degree in their off hours. Even if they could, most of the courses available are in computer science, not software engineering. The educational infrastructure has fallen behind the industry's needs.

Beyond the Buzzword

Some people think that "software engineering" is just a buzzword that means the same thing as "computer programming." Admittedly, "software engineering" has been misused. But a term can be abused and still have a legitimate meaning.

The dictionary definition of "engineering" is the application of scientific and mathematical principles toward practical ends. That is what most programmers try to do. We apply scientifically developed and mathematically defined algorithms, functional design methods, quality-assurance methods, and other practices to develop software products and services. As David Parnas points out, in other technical fields the engineering professions were invented and given legal standing so that customers could know who was qualified to build technical products. Software customers deserve no less.

Some people think that treating software development as engineering means we'll all have to use formal methods-writing programs as mathematical proofs. Both common sense and experience tell us that that is overkill for many projects. Others object that commercial software is too dependent on changing market conditions to permit careful, time-consuming engineering.

These objections are based upon a narrow and mistaken idea of engineering. Engineering is the application of scientific principles toward practical ends. If the engineering isn't practical, it's bad engineering. Trying to apply formal methods to all software projects is just as bad as trying to apply code-and-fix development to all projects.

Treating software as engineering makes clearer the idea that different development goals are appropriate for different projects. When a building is designed, the construction materials must suit the building's purpose. I can build a large equipment shed to store farming vehicles from thin, uninsulated sheet metal. I wouldn't build a house the same way. But even though the house is sturdier and warmer, we wouldn't refer to the shed as being inferior to the house in any way. The shed has been designed appropriately for its intended purpose. If it had been built in the same way as the house, we might even criticize it for being "over-engineered"-a judgment implying that the designers wasted resources building the shed and that the shed was therefore poorly engineered.

In the software field, a well-run project can be managed to meet one or more of the following product objectives:

  • Minimal defects

  • High correctness

  • Maximum user satisfaction

  • Minimal response time

  • Good maintainability

  • Good extendibility

  • High robustness

Each software project team should define the relative importance of each characteristic explicitly, and then it should conduct the project in a way that achieves the project's objectives.

In most kinds of engineering, minimizing the cost of materials is an important objective. One way that software projects differ from engineering projects is that labor costs can account for almost 100 percent of the total project cost. In other kinds of engineering, the cost of materials can contribute 50 percent or more to the total project cost. Some engineering companies report that they automatically regard projects with labor constituting more than 50 percent of project cost as high risk. Most engineering projects focus on optimizing product goals; design costs are relatively insignificant compared to manufacturing and production costs. Because labor cost makes up such a large part of total software project costs, software projects need to focus more on optimizing project goals than other kinds of engineering do. So, in addition to working toward product objectives, a software team might also work to achieve any of the following project objectives:

  • Short schedule

  • Predictable delivery date

  • Low cost

  • Small team size

  • Flexibility to make mid-project feature-set changes

Each software project must strike a balance among various project and product goals. We don't want to pay $5,000 for a word processor, nor do we want one that crashes every 15 minutes (though it hasn't been all that many years since we put up with both).

Which of these specific product and project characteristics a project team emphasizes does not determine whether a project is a true "software engineering" project. Some projects need to produce software with minimal defects and near-perfect reliability-software for medical equipment, avionics, anti-lock brakes, and so on. Most people would agree that these projects are an appropriate domain for full-up software engineering. Other projects need to deliver their software with adequate reliability but with low costs and short schedules. Are these properly the domain of software engineering? One informal definition of engineering is "doing for a dime what anyone can do for a dollar." Lots of software projects today are doing for a dollar what any good software engineer could do for a dime. Economical development is also the domain of software engineering.

Today's pervasive reliance on code-and-fix development-and the cost and schedule overruns that go with it-is not the result of a software engineering calculation but rather of too little education and training in software engineering practices.

The Right Questions

Software development as it's commonly practiced today doesn't look much like engineering, but it could. Once we stop asking the wrong question, "Is software development really engineering?" and start asking the right question, "Should professional software development be engineering?" we can start answering the really interesting questions. What is software engineering's core body of knowledge? How should professional software engineers be educated? Should professional software engineers be certified or licensed? Should software companies be licensed? Should the software itself be licensed? And, perhaps the most interesting question of all: what will the software industry look like after all these questions have been answered?

Steve McConnell is president and chief software engineer at Construx Software, where he divides his time between leading custom software projects, teaching classes, and writing books and articles. He is the author of the Microsoft Press books Code Complete (1993), Rapid Development (1996), and Software Project Survival Guide (1998). His books have twice won Software Development magazine's Jolt Excellence Award for outstanding software development book of the year. In 1998, readers of Software Development named Steve one of the three most influential people in the software industry along with Bill Gates and Linus Torvalds. In his spare time, Steve serves as editor in chief of IEEE Software magazine. He is on the panel of experts that provides advice to the Software Engineering Body of Knowledge (SWEBOK) project, and is a member of IEEE and ACM.

Steve earned a bachelor's degree from Whitman College and a master's degree in software engineering from Seattle University. He lives in Bellevue, Washington with his wife, Tammy; daughter, Haley; and dog, Daisy. If you have any comments or questions about this book, please contact Steve via e-mail at [email protected] or via his web site at http://www.construx.com/stevemcc/.

Read more about:

Features1999

About the Author(s)

Steve McConnell

Blogger

Steve McConnell is president and chief software engineer at Construx Software, where he divides his time between leading custom software projects, teaching classes, and writing books and articles. He is the author of the Microsoft Press books Code Complete (1993), Rapid Development (1996), and Software Project Survival Guide (1998). His books have twice won Software Development magazine's Jolt Excellence Award for outstanding software development book of the year. In 1998, readers of Software Development named Steve one of the three most influential people in the software industry along with Bill Gates and Linus Torvalds. In his spare time, Steve serves as editor in chief of IEEE Software magazine. He is on the panel of experts that provides advice to the Software Engineering Body of Knowledge (SWEBOK) project, and is a member of IEEE and ACM. Steve earned a bachelor's degree from Whitman College and a master's degree in software engineering from Seattle University. He lives in Bellevue, Washington with his wife, Tammy; daughter, Haley; and dog, Daisy. If you have any comments or questions about this book, please contact Steve via e-mail at [email protected] or via his web site at http://www.construx.com/stevemcc/.

Daily news, dev blogs, and stories from Game Developer straight to your inbox

You May Also Like