Reading a programming book and it's going out of the way not to use the word variadic.
Did I miss something? Is that word/concept bad now in dev circles?
Did I miss something? Is that word/concept bad now in dev circles?
Comments
You process the argument list programmatically.
Granted sort-of an advanced concept, but not really in the real world.