Loops and Closures
Monday, September 5th, 2005 Q: When is a refactoring not a refactoring? A: When it involves closures in a loop.
JavaScript closures can be quite powerful, and provide useful workarounds for many of the stranger bits of web browser implementations. They’re also far too easy to create unintentionally, and, in my opinion, best avoided unless you’re an expert, or there […]