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... -
