(Alliteration somewhat intended) The event-based and asynchronous architecture of JavaScript creates a number of common patterns in applications that are repetitive, difficult to test, and somewhat sloppy. Every now and again, a solution will arise that changes the way you write code, and it becomes an indispensable part of the programmer’s arsenal. Take jQuery for […]
↧