Software Complexity Quotes & Sayings
Enjoy reading and share 11 famous quotes about Software Complexity with everyone.
Top Software Complexity Quotes

I regularly read Internet user groups filled with messages from people trying to solve software incompatibility problems that, in terms of complexity, make the U.S. Tax Code look like Dr. Seuss. — Dave Barry

The only way to write complex software that won't fall on its face is to hold its global complexity down - to build it out of simple pieces connected by well-defined interfaces, so that most problems are local and you can have some hope of fixing or optimizing a part without breaking the whole — Eric S. Raymond

The most fundamental problem in software development is complexity. There is only one basic way of dealing with complexity: divide and conquer — Bjarne Stroustrup

A primary cause of complexity is that software vendors uncritically adopt almost any feature that users want. — Niklaus Wirth

If you don't fight for simplicity in software, complexity will win. — Henrik Joreteg

Programming is a science dressed up as art, because most of us don't understand the physics of software and it's rarely, if ever, taught. The physics of software is not algorithms, data structures, languages, and abstractions. These are just tools we make, use, and throw away. The real physics of software is the physics of people. Specifically, it's about our limitations when it comes to complexity and our desire to work together to solve large problems in pieces. This is the science of programming: make building blocks that people can understand and use easily, and people will work together to solve the very largest problems. — Pieter Hintjens

The complexity of software is an essential property, not an accidental one. Hence, descriptions of a software entity that abstract away its complexity often abstracts away its essence. — Fred Brooks

Complexity control is the central problem of writing software in the real world — Eric S. Raymond

Beauty is more important in computing than anywhere else in technology because software is so complicated. Beauty is the ultimate defense against complexity ... The geniuses of the computer field, on the the other hand, are the people with the keenest aesthetic senses, the ones who are capable of creating beauty. Beauty is decisive at every level: the most important interfaces, the most important programming languages, the winning algorithms are the beautiful ones. — David Gelernter

Second law: The complexity barrier. Software complexity (and therefore that of bugs) grows to the limits of our ability to manage that complexity. — Boris Beizer

Software is different than other products um, partly because it's, it's not physical and, and partly because of its complexity. You can express in software millions of different cases and making sure that you handle all of them correctly is extremely difficult. — Bill Gates