David MENTRE
Wed, 07 Nov 2007 00:56:13 -0800
Hi Lyu, 2007/11/7, Lyu Abe <[EMAIL PROTECTED]>: > 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. _______________________________________________ Demexp-dev mailing list Demexp-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/demexp-dev