You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by Apache Wiki <wi...@apache.org> on 2006/10/03 05:10:07 UTC

[Qpid Wiki] Update of "CppTips" by AlanConway

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Qpid Wiki" for change notification.

The following page has been changed by AlanConway:
http://wiki.apache.org/qpid/CppTips

------------------------------------------------------------------------------
  This is a collection of coding guidelines, some specific to Qpid, some just good practice in C++.
+ 
+ TODO: Settle on a coding style, document it.
  
   * /PrivateLocking
   * /ScopedLocking
   * /SharedPtr
   * /BewareStdStringLiterals
   * /NeverUseStaticLocalVariables
+  * /BewareOfStringPromotion
+  * /ReturnStdStringByValue
+  * /NoUsingNamespaceInHeaders
  
- TODO: Settle on a coding style, document it.
- TODO: Lots more details...
-