Josh Nathanson
Member since Dec 11, 2008
- Profile: /members/1557-josh-nathanson.htm
- Comments: 2
Recent Blog Comments By Josh Nathanson
-
Exercise List: Rethinking The Domain Model / Object Oriented Approach
Posted on Nov 7, 2007 at 4:48 PM
One nice thing about OOP is that it's great to be able to code like so: <cfif user.isInGroup(myGroup)> do whatever </cfif> In other words, the code you're writing better expresses the intent of what you're trying to do.... read more »
-
Exercise List: Rethinking The Domain Model / Object Oriented Approach
Posted on Nov 7, 2007 at 3:20 PM
Ben - you are right about the bulk of the code being in the model, this is as it should be. And, you are saving yourself a lot of time by thinking the modeling through before setting up the DB. The good news is once the objects are modeled, you don't have to mess with them much. Then, your contro... read more »