On Fri, Nov 16, 2012 at 9:05 PM, Aurélien Vallée <[email protected]> wrote:
> Asserts are made to check for clear incoherent behavior in a library. > Something that just could not happen if the library is coded properly. They > should check for things like function pre/post conditions. They are for > library developers, not end users! Fully agreed. > This may be generalized to the fact that asserts should not be used for > anything exterior to the library (such as the wire protocol). Indeed. We hunt down and remove all asserts that are wrongly used. There are a few left. They are unwelcome remnants. -Pieter _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
