Are anonymous functions a bad practice in JavaScript?

Viewed 7510

I was reading that using anonymous functions in javascript is bad practice, because it can make debugging a pain, but I haven't seen this for myself. Are anonymous functions in JavaScript really bad practice and, if so, why?

6 Answers
Related