Hacker News new | ask | show | jobs
by d_theorist 3995 days ago
Are you kidding me? There is no possible universe in which 'param' is an acceptable name for an argument.
1 comments

What about this?

  class Function<T> {
    public apply(T param);
  }
OK. One possible universe.
Technically speaking, that's a parameter, not an argument.