Don't retrofit every method that has a final array parameter; use varargs only when a call really operates on a variable-length sequence of values.
Perhaps a clearer/simpler way to say this: When the number of parameters varies at compile time from one call to another.
Jeremy liked this

· Flag
Brian
· Flag
Robert