[Bf-committers] Re: [Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Object.c blender/source/blender/python/api2_2x/doc IDProp.py Texture.py Scene.py Object.py Image.py Mesh.py NMesh.py Material.py

Joe Eagar joeedh at gmail.com
Mon Nov 20 21:44:25 CET 2006


Stephen Swaney wrote:
> Yep.  Code is read much more often than it is written.
> Having it readable is more valuable than saving a couple
> of characters when writing.
>
> The part that bothers me is we call it 'properties' in
> most classes except for Object where it becomes 'idproperties'
> Being consistent is good.
>   
One thing to keep in mind, that have a *too* long name can easily make 
if statements and the like
go way way too long for easy readibility.  However, I don't know if 
properties is that bad, for what
it's used for.

Joe



More information about the Bf-committers mailing list