Quotes & Sayings About Computer Software Engineering
Enjoy reading and share 6 famous quotes about Computer Software Engineering with everyone.
Top Computer Software Engineering Quotes

Considering the current sad state of our computer programs, software development is clearly still a black art, and cannot yet be called an engineering discipline. — William J. Clinton

Software Engineering is that part of Computer Science which is too difficult for the Computer Scientist. — Friedrich L. Bauer

Today I am more convinced than ever. Conceptual integrity is central to product quality. Having a system architect is the most important single step toward conceptual integrity. These principles are by no means limited to software systems, but to the design of any complex construct, whether a computer, an airplane, a Strategic Defense Initiative, a Global Positioning System. After teaching a software engineering laboratory more than 20 times, I came to insist that student teams as small as four people choose a manager and a separate architect. Defining distinct roles in such small teams may be a little extreme, but I have observed it to work well and to contribute to design success even for small teams. — Frederick P. Brooks Jr.

To make an embarrassing admission, I like video games. That's what got me into software engineering when I was a kid. I wanted to make money so I could buy a better computer to play better video games - nothing like saving the world. — Elon Musk

The business we're in is more sociological than technological, more dependent on workers' abilities to communicate with each other than their abilities to communicate with machines. — Tom DeMarco

Indeed, the ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code. ...[Therefore,] making it easy to read makes it easier to write. — Robert C. Martin