dsimcha wrote:
== Quote from Don (nos...@nospam.com)'s article
There are definitely functions which are dangerous if you pass them
invalid parameters. ie, "use at own risk" -- any function which uses
them needs to add its own tests. I think something which implies "you
should think before you use this function" is reasonable.
I don't care at all what the name is, however. @system would be OK.

Yeah, and sometimes the functions that are unsafe when passed invalid parameters
aren't obvious.

Also, even safe functions cannot be guaranteed safe if they are passed garbage as arguments.

Reply via email to