Hacker News new | ask | show | jobs
by halfeatenpie 2441 days ago
I agree. But I'd also argue that it's based on how you're using the tools you're given (or what others have given you).

Pretty much the argument of using apply vs for loops. Most of the time, apply is going to be significantly more computationally efficient. However, some people think of the problem in different context than others, and if it works for them then it works.