Creating A Keyboard-Shortcuts Module In A Modular JavaScript Application
Last week, I looked at handling keyboard shortcuts in a modular JavaScript application architecture. In that initial exploration, I distributed the handling of keyboard shortcuts across two different modules: a Controller module and the View module that would ultimately be affected by the command. After I was done with the code, however, I was left with what felt like a poor separation of concern
Want to have your say? just login


Be first to show your opinion !!!