Re: Domain Driven Development

2015-11-17 Thread Tom Christie
Hi Alex, I've written previously about encapsulation and Django models , and I think that's kinda relevant here. If you apply the policy "never write to a model or call .save() directly" then yes, you can ensure that the only access

Re: Domain Driven Development

2015-11-12 Thread Vinicius Assef
ncle Bob: https://www.youtube.com/watch?v=HhNIttd87xs This article (http://blog.codefx.org/design/architecture/architecture-lost-years/) makes some analysis on the talk. -- Vinicius Assef. On Wednesday, 11 November 2015 20:46:15 UTC-2, Alex Newman wrote: > > I almost hate to bring this up,

Re: Domain Driven Development

2015-11-11 Thread Mike Dewhirst
On 12/11/2015 9:43 AM, Alex Newman wrote: I almost hate to bring this up, but we are reading Eric Evan's book "Domain Driven Development" at my company in our technical bookclub and some techniques in the book seem to be hard to apply in DJango. The main one being the notion

Re: Domain Driven Development

2015-11-11 Thread Avraham Serour
I believe you could call a queryset this thing, or this thing a queryset On Thu, Nov 12, 2015 at 12:43 AM, Alex Newman wrote: > I almost hate to bring this up, but we are reading Eric Evan's book > "Domain Driven Development" at my company in our technical bookclub and >

Domain Driven Development

2015-11-11 Thread Alex Newman
I almost hate to bring this up, but we are reading Eric Evan's book "Domain Driven Development" at my company in our technical bookclub and some techniques in the book seem to be hard to apply in DJango. The main one being the notion of aggregations: >From http://mart