Bill Rawlinson
Member since Jan 23, 2012
- Profile: /members/9522-bill-rawlinson.htm
- URL: http://code.rawlinson.us
- Comments: 3
Recent Blog Comments By Bill Rawlinson
-
Crypto.cfc For Hmac-SHA1, Hmac-Sha256, and Hmac-MD5 Code Generation In ColdFusion
Posted on Aug 20, 2012 at 9:31 AM
Well done. It is hard to flip your development process around to writing tests first. Heck, I've been writing unit tests for years and I still often find myself starting a project without the word "test" in my vocabulary until after I have some operational code in place. It's kind of em... read more »
-
Creating A Keyboard-Shortcuts Module In A Modular JavaScript Application
Posted on Jan 23, 2012 at 11:31 AM
@Ben, In that larger context of a "settings" module that makes sense. Keep track of setting values in one module, and how to apply those settings in the relevant modules for those settings. that context just wasn't apparent in this example since you trivialized it (for good reason) . T... read more »
-
Creating A Keyboard-Shortcuts Module In A Modular JavaScript Application
Posted on Jan 23, 2012 at 11:19 AM
Maybe you covered this elsewhere but why is ToggleKeys it's own module? Does it control the logic for more than just turning keyboard shortcuts on and off? If it is just concerned with turning keyboard shortcuts on and off why not include it in the keyboard shortcuts module?... read more »