Y
Hacker News
new
|
ask
|
show
|
jobs
by
axod
6581 days ago
I still don't like it in terms of taste. I guess one question would be how does it handle a typo in the string.
If you call a.destroooooy() then you'll get a js error, but if you call a.execute("destroooooy")...
1 comments
DougBTX
6581 days ago
They'll both be run-time errors, hopefully they throw an exception.
link