Hacker News new | ask | show | jobs
by dkastner 5471 days ago
I've found that using function compositions/closures for event handling makes my JS code much more testable and readable: http://numbers.brighterplanet.com/2011/06/10/a-pattern-for-j...