[zeromq-dev] Questions about Coding Style
Gary Wright
at2002+zmq at me.com
Sun Feb 12 01:40:25 CET 2012
On Feb 11, 2012, at 4:53 PM, Pieter Hintjens wrote:
>
> So in my libraries, like CZMQ, I validate input arguments with
> asserts, systematically.
And yet for some language bindings it would be more idiomatic to
raise an exception, rather than just have the process terminate. If
libzmq returned an error code, the language binding could 'do
the right thing'.
Gary Wright
More information about the zeromq-dev
mailing list