# Gavin Andresen # 2011-05-18 01:21:43 # https://bitcointalk.org/index.php?topic=8617.msg126519#msg126519 My rule of thumb is "never inline methods more than 1 line long." @p{par} Unless you're doing something super performance-critical, in which case my rule of thumb is "don't change anything until after you've written a realistic benchmark." @p{par} But I'm an old-fashioned C++ coder, kids these days seem to want to put all the code in .hpp files. @p{brk}