Hacker News new | ask | show | jobs
by aleclarsoniv 4706 days ago
If the arguments you wanted to pass to a constructor were variable in length, why not just send them in an array normally instead of having to jury-rig this? Are there benefits I'm missing?