Clearly, I reject the view that there is one way that is right for everyone and for every problem.
BJARNE STROUSTRUPIt is easy to study the rules of overloading and of templates without noticing that together they are one of the keys to elegant and efficient type-safe containers.
More Bjarne Stroustrup Quotes
-
-
Anybody who comes to you and says he has a perfect language is either naive or a salesman.
BJARNE STROUSTRUP -
“Legacy code” often differs from its suggested alternative by actually working and scaling.
BJARNE STROUSTRUP -
Defining OO as based on the use of class hierarchies and virtual functions is also practical in that it provides some guidance as to where OO is likely to be successful.
BJARNE STROUSTRUP -
I like doing research that has an impact. If I went to a company to make what they call ‘real money,’ I’d be just trying to make a system work as fast as possible to meet the product and serice deadlines.
BJARNE STROUSTRUP -
When done well, software is invisible.
BJARNE STROUSTRUP -
First, I’d like to see the basic tools such as compilers, debuggers, profilers, database interfaces, GUI builders, CAD tools, and so forth fully support the ISO standard.
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 -
However, when Java is promoted as the sole programming language, its flaws and limitations become serious.
BJARNE STROUSTRUP -
With the increasing importance of standards for system-level objects such as COM and CORBA, it is particularly important that the C++ bindings to those be clean, well documented, and simple to use.
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 -
If you think it’s simple, then you have misunderstood the problem.
BJARNE STROUSTRUP -
An organisation that treats its programmers as morons will soon have programmers that are willing and able to act like morons only.
BJARNE STROUSTRUP -
Any verbose and tedious solution is error-prone because programmers get bored.
BJARNE STROUSTRUP -
Our civilization depends critically on software, and we have a dangerously low degree of professionalism in the computer fields
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