Playing devil's advocate... well engineered code makes it harder, or
impossible to do the wrong thing, by accident or on purpose.

For instance, well named enums and enum values instead of "magic numbers"
are always better for function parameters.

That being said... I use libcurl quite a bit and love the fact that it's
there when i need it on virtually every platform out there (:

On Wed, Oct 24, 2012 at 9:36 PM, William Betts <[email protected]>wrote:

> I forgot to add. If I break my thumb with a hammer should I blame myself
> or should I blame the hammer?
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-library
> Etiquette:  http://curl.haxx.se/mail/etiquette.html
>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to