Boost logo

Boost Users :

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

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net