Looking for opinions
Robert Kern
robert.kern at gmail.com
Sat Sep 23 20:39:46 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"? I've heard of domains
> before but I think my interpretation is different from yours in this
> respect. Is this like the back-end code or do you mean something else?
Yes. The code that represents player characters, NPCs, artifacts, maps, GM
notes, etc. rather than dialog boxes, windows, config files, HTML templates.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the Python-list
mailing list