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 function
Most definitely not, lambda functions are used all over the place, almost ubiquitous.