Looking for opinions

Bruno Desthuilliers onurb at xiludom.gro
Mon Sep 25 04:13:02 EDT 2006


crystalattice wrote:
> Bruno Desthuilliers wrote:
>> I have few experience with RPG softwares, but if your "domain" logic si
>> anything more than trivially complex, it's always better to keep it as
>> decoupled as possible from the user interface (unless of course the user
>> interface actually is the domain !-). FWIW, this doesn't prevent you
>> from using a web framework as the front-end...
> 
> Sorry, but what exactly do you mean by "domain"? 

Sorry, OOA/D jargon. The "domain" (implied : the "problem domain") is
really the core of the application - here all the objects / classes /
functions / whatever that constitute your game system. IOW, it's the
Model part of the MVC triad.


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list