[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Demexp-dev] Web Client: Python classes
From: |
David MENTRE |
Subject: |
Re: [Demexp-dev] Web Client: Python classes |
Date: |
Wed, 7 Nov 2007 09:40:45 +0100 |
Hi Lyu,
2007/11/7, Lyu Abe <address@hidden>:
> I'm considering using Python classes for my code. Maybe it could solve
> some of the issues I encountered before (like declaring variables as
> global).
>
> Any comment on that?
Any object-oriented use of Python would be a good thing. So go ahead!
I'm not sure it would solve all issues you faced but, if well done, it
might helps a lot clarify a code. For example you could abstract tags
management by an object and automatically gather them from the server
if they are not already available (not sure I'm clear ;-).
Yours,
d.