Description:
To many rails applications suffer from ActiveRecorditis in their models. We expose the api of our domain to the other layers of the application (controllers and views) offering methods that have nothing to do with the domain we are modelling. Our problem?
The language we use is not the language our customers use!
In this talk I will be talking about the issues of naming and how you can (and should) avoid translating your customers language and write applications that map to your customers view of the world creating so a rich domain model which leads to simple to understand code without translating the language of your customer avoiding so The Towel of Babel.
Comments on this Talk
urfolomeus,
11 Apr 02:42 PM
Vocalised something I've been thinking for a while but never got further than moaning on t'interwebz about. :P
Last Five Ratings
-
rablewis
-
David Vrensk
-
tyler.jennings 2.56
-
jeroenj
-
Durran Jordan 4.14

Vocalised something I've been thinking for a while but never got further than moaning on t'interwebz about. :P Great talk. Thanks.