83 Quotes by Bjarne Stroustrup


  • Author Bjarne Stroustrup
  • Quote

    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.

  • Tags
  • Share

  • Author Bjarne Stroustrup
  • Quote

    I do not think that safety should be bought at the cost of complicating the expression of good solutions to real-life problems.

  • Tags
  • Share

  • Author Bjarne Stroustrup
  • Quote

    And no, I'm not a walking C++ dictionary. I do not keep every technical detail in my head at all times. If I did that, I would be a much poorer programmer. I do keep the main points straight in my head most of the time, and I do know where to find the details when I need them.

  • Tags
  • Share

  • Author Bjarne Stroustrup
  • Quote

    Some software is actually pretty good, by any standard. Think of the Mars Rovers, Google, and the Human Genome Project. Now, that's quality software!

  • Tags
  • Share


  • Author Bjarne Stroustrup
  • Quote

    More good code has been written in languages denounced as "bad'' than in languages proclaimed "wonderful'' - much more.

  • Tags
  • Share

  • Author Bjarne Stroustrup
  • Quote

    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.

  • Tags
  • Share