$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost Talk: "How I Code" (?)
From: Denis Shevchenko (for.dshevchenko_at_[hidden])
Date: 2011-02-24 08:04:32
> I will add, libraries must be written for people to use, and only incidentally for people to read.
Disagree with you, Vicente. I think that libraries must be written for
people to use (this is certainly the most important thing) AND for
people to read. IMHO, perfect library is clear for all: for users
(interface) and for another developers (internal source code).
- Denis