hmmm, interesting. 
But a class named Skeleton is more descriptive than Build.
I might be overthinking all that, but I am curious about it.

El sábado, 24 de septiembre de 2016, 19:47:28 (UTC+1), ynedelin escribió:
>
> You could use Build instead of Skeleton.
> This would make sense since you already have skeleton in the rbskeleton, 
> then you will have rbs.Build()
> It would also work well with other functions like rbs.Destroy()
> On Sep 24, 2016 12:20 PM, "Rudi Hammad" <[email protected] <javascript:>> 
> wrote:
>
>> Hi,
>> so I guess that in the end every one has his one logical way for the 
>> nomenclature. pep 8 says that packages should always be lowercase with no 
>> underscore, and module lowercase with underscore if needed.
>> I have a package call rbskeleton, "rb" stands for rig builder. And the 
>> module is name skeleton. and the class inside the module is Skeleton .(or  
>> I could also name the class BuildSkeleton to add som variety , I don´t know)
>> I have then
>>
>> import rbskeleton.skeleton as rbs
>> mySkeleton = rbs.Skeleton()
>>
>> I don´t like repeating all the time skeleton, but there is no other way 
>> to describe it. what do you thing? Do you follow pep 8 convention on 
>> packages and modules
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Python Programming for Autodesk Maya" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/python_inside_maya/f6a528d2-d2ee-4cfa-9c9c-dbe8beda6bf6%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/python_inside_maya/f6a528d2-d2ee-4cfa-9c9c-dbe8beda6bf6%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/1ca75171-3b86-4dc1-939f-ad35c0337ad2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to