$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2006-09-14 07:07:01
Scott Meyers <usenet_at_[hidden]> writes:
> - It has to be easy to find and fix mistakes resulting from incorrect
> usage of an API. For example, APIs should throw exceptions clearly
> describing what needs to be done to fix the problems.
It's always better to detect the problems at compile-time, at least in
the world of statically-checked languages.
-- Dave Abrahams Boost Consulting www.boost-consulting.com