$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-09-15 00:51:28
Dave Steffen <dgsteffen_at_[hidden]> writes:
> What kinds of techniques are you all using out there?
I tend to put a lot less in classes than you probably do, and rely
instead on namespaces. "Private" implementation details that
aren't invariant-breaking go into a detail subnamespace. Since
there's no access enforcement there (just a convention that it's not
for clients), it's easy to test.
-- Dave Abrahams Boost Consulting www.boost-consulting.com