Y
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
mayanksinghal
3995 days ago
What about this?
class Function<T> { public apply(T param); }
link
d_theorist
3995 days ago
OK. One possible universe.
link
ectoplasm
3995 days ago
Technically speaking, that's a parameter, not an argument.
link