On 16 dic, 10:24, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> > Python isn't Java. Are you sure you need properties?

> I do not know Java. But, object.x = value looks much better than
> object.set_x(value) . Is there any harm in doing it, provided I have to
> do more than just storing the value.

You've provided the answer: properties are OK if you need to do "more"
that just store the value. Else, they're a waste of programmer and
processor time.
That was not clear on your original post.

-- 
Gabriel Genellina

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to