Domain Driven Design and Python

Chris Rebert clp2 at rebertia.com
Thu Apr 16 14:58:03 EDT 2009


On Thu, Apr 16, 2009 at 10:44 AM, José María <josemariaruiz at gmail.com> wrote:
> Hi,
>
> I've been searching for information about the application of DDD
> principles in
> Python and I did'nt found anything!
>
> Is DDD obvious in Python or is DDD inherent to static languages like
> Java or C#?

Reading the Wikipedia article, it seems it was developed somewhat from
the viewpoint of someone who uses a static language, but I see
absolutely no reason why you couldn't apply the principles to coding
in Python; just beware of slavishly following static
conventions/patterns unnecessarily (Python != Java).

Cheers,
Chris
-- 
I have a blog:
http://blog.rebertia.com



More information about the Python-list mailing list