• [^] # Re: C++ / Modèle Objet

    Posté par . En réponse au journal [Bookmark] Qt fête ses vingt ans. Évalué à 3.

    Chez Google ils ne sont pas très catégoriques sur ce choix. D'après le lien que tu cites ils évitent les exceptions pour des raisons d'intégration avec la base de code existante.

    On their face, the benefits of using exceptions outweigh the costs, especially in new projects.

    Because most existing C++ code at Google is not prepared to deal with exceptions, it is comparatively difficult to adopt new code that generates exceptions.