My impression was and is that many programming languages and tools represent solutions looking for problems, and I was determined that my work should not fall into that category.
BJARNE STROUSTRUPAny verbose and tedious solution is error-prone because programmers get bored.
More Bjarne Stroustrup Quotes
-
-
Too many managers and executives try to reduce programming to a low-level assembly-line activity. That’s inefficient, wasteful, costly in the long run, and inhumane to programmers.
BJARNE STROUSTRUP -
Most of the programmers in ten years will be us, and we won’t get much smarter.
BJARNE STROUSTRUP -
I assume that a sufficiently skilled will be able to do anything not explicitly forbidden by the hardware.
BJARNE STROUSTRUP -
Proof by analogy is fraud.
BJARNE STROUSTRUP -
Destructors for virtual base classes are executed in the reverse order of their appearance in a depth-first left-to-right traversal of the directed acyclic graph of base classes.
BJARNE STROUSTRUP -
Any verbose and tedious solution is error-prone because programmers get bored.
BJARNE STROUSTRUP -
I would encourage nonproprietary standards for tools and libraries.
BJARNE STROUSTRUP -
Other programming languages constitute a mountain of ideas and inspiration-but it has to be mined carefully to avoid featurism and inconsistencies.
BJARNE STROUSTRUP -
The most important single aspect of software development is to be clear about what you are trying to build.
BJARNE STROUSTRUP -
Anybody who comes to you and says he has a perfect language is either naive or a salesman.
BJARNE STROUSTRUP -
Nobody should call themselves a professional if they only knew one language.
BJARNE STROUSTRUP -
There’s an old story about the person who wished his computer were as easy to use as his telephone. That wish has come true, since I no longer know how to use my telephone.
BJARNE STROUSTRUP -
Java isn’t platform independent; it is a platform
BJARNE STROUSTRUP -
C++ is my favorite garbage collected language because it generates so little garbage
BJARNE STROUSTRUP -
You can hide all kinds of clever and dirty code behind a good interface if you really need such code.
BJARNE STROUSTRUP