Skip to content
Prev 46241 / 63458 Next

On the mechanics of function evaluation and argument matching

Brian Rowe <rowe <at> muxspace.com> writes:
[snip]

 In my opinion the missing() functionality can indeed be
fragile (for example, I don't know how I can manipulate an
existing call to make an argument be 'missing' when it was
previously 'non-empty') and using an explicit NULL is often
a good idea.  This makes the documentation a tiny bit less
wieldy if you have lots of parameters ...