However, when Java is promoted as the sole programming language, its flaws and limitations become serious. Bjarne Stroustrup More Quotes by Bjarne Stroustrup More Quotes From Bjarne Stroustrup C makes it easy to shoot yourself in the foot; C++ makes it harder, but when you do it blows your whole leg off. Bjarne Stroustrup humorous witty funny C++ is designed to allow you to express ideas, but if you don't have ideas or don't have any clue about how to express them, C++ doesn't offer much help. Bjarne Stroustrup clue helping ideas When done well, software is invisible. Bjarne Stroustrup invisible software done 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 technology stories wish The most fundamental problem in software development is complexity. There is only one basic way of dealing with complexity: divide and conquer Bjarne Stroustrup development fundamentals way A program that has not been tested does not work. Bjarne Stroustrup tested program doe The most important single aspect of software development is to be clear about what you are trying to build. Bjarne Stroustrup simplicity learning important 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 depth class order The first law of computer science: Every problem is solved by yet another indirection. Bjarne Stroustrup computer law firsts Java isn't platform independent; it is a platform Bjarne Stroustrup java platforms independent C++ is my favorite garbage collected language because it generates so little garbage Bjarne Stroustrup garbage language littles It's easy to win forgiveness for being wrong; being right is what gets you into real trouble. Bjarne Stroustrup pain real winning There are more useful systems developed in languages deemed awful than in languages praised for being beautiful - many more. Bjarne Stroustrup being-beautiful awful beautiful An organisation that treats its programmers as morons will soon have programmers that are willing and able to act like morons only. Bjarne Stroustrup treats able organization If you think it's simple, then you have misunderstood the problem. Bjarne Stroustrup misunderstood simple thinking Anybody who comes to you and says he has a perfect language is either naive or a salesman. Bjarne Stroustrup salesman language perfect How to test?" is a question that cannot be answered in general. "When to test?" however, does have a general answer: as early and as often as possible. Bjarne Stroustrup tests answers doe To many managers, getting rid of the arrogant, undisciplined, over-paid, technology-obsessed, improperly-dressed etc. programmers would appear to be a significant added benefit Bjarne Stroustrup arrogant benefits technology People who passionately want to believe that the world is basically simple react to this with a fury that goes beyond what I consider appropriate for discussing a programming language. Bjarne Stroustrup simple believe people "Legacy code" often differs from its suggested alternative by actually working and scaling. Bjarne Stroustrup code alternatives legacy