Adam DiCarlo
Member since Oct 15, 2016
- Profile: /members/13330-adam-dicarlo.htm
- URL: http://adamdicarlo.com
- Comments: 4
Recent Blog Comments By Adam DiCarlo
-
Visualizing API Calls And Asset Loading During Rolling Deployments Of Horizontally Scaled Servers
Posted on Feb 4, 2017 at 6:25 PM
Some web apps, like Pivotal Tracker, occasionally force the user to do a hard refresh in order to load new client code-presumably to avoid some of the problems you're talking about. I can't imagine it avoids the "new client speaking to old server" (due to rolling deploy) problem, though. ... read more »
-
How I Format The Conditional Ternary Operator In ColdFusion And JavaScript
Posted on Oct 23, 2016 at 1:45 PM
??1 => :joy: ??2 => :moneybag: :)... read more »
-
How I Format The Conditional Ternary Operator In ColdFusion And JavaScript
Posted on Oct 23, 2016 at 1:44 PM
@Scott: ?? @Everyone: BONUS! ?? I recently read that, for multiline statements, having operators start a line rather than end them, is easier to read for blind programmers.... read more »
-
How I Format The Conditional Ternary Operator In ColdFusion And JavaScript
Posted on Oct 15, 2016 at 7:25 PM
Yeah! I love this formatting for ternaries, too, and also recently adopted it. I think it's starting to become more of a standard way of formatting them in the JS community. That's where I first saw it. I've always been against nesting ternaries, as nesting makes them so confusing--but I'll admit t... read more »