
21 Mar
2011
21 Mar
'11
12:16 p.m.
On Mar 21, 2011, at 4:52 AM, Max Sobolev wrote:
On 21.03.2011 13:43, Joachim Faulhaber wrote:
(1) Template parameter Identifiers are lower case except for the first letter. This is official boost policy. Only BOOST_MACROS are completely upper case. So:
template<class Left, class Right, class Result> instead of template<class LHS, class RHS, class RET> Abbrs. are dscrgd. ;)
agree.
I /hate/ lhs/rhs identifiers :( (despite my respect to people that use it (Scott Meyers etc.) :))
Is that because they're initialisms rather than actual words, or because the vestigial term 'hand' carries no information? Josh