Eric
Member since Jan 5, 2013
- Profile: /members/10556-eric.htm
- Comments: 3
Recent Blog Comments By Eric
-
Software Application Layers And Responsibilities
Posted on Jan 6, 2013 at 9:14 AM
Often my controller layer manages transaction boundaries, so I think transaction management is the responsibility of both the controller and application layers. I tend to keep my domain layer fairly light. My domain classes have methods relevant to those, but functionality that requires coordinatin... read more »
-
The Sexiest Thing A Woman Can Say In An Elevator
Posted on Jan 5, 2013 at 12:34 PM
"I'm glad WE wore deoderant today". FTFY. The deoderant approach may be a little too subtle. One day I was in a store shopping with a friend, but my mind was elsewhere; I was stressed about a bunch of other stuff. A pretty sales clerk came up to me as we were walking in the door, smiled, ... read more »
-
Extending Classes In A Modular JavaScript Application Architecture Using RequireJS
Posted on Jan 5, 2013 at 10:57 AM
@Lior, The default return value from a constructor function is the new object. So, he didn't really need to return "this" but it doesn't hurt either.... read more »