Tony Cappellini wrote:
>
> I've just inherited a lot of python code to maintain.
>
> The __init__ functions in many of the classes are very long- some over
> 100 lines.
>
> I like to keep functions/methods short & readable at a glance, if possible.
>
> 1. Is it good methodology to move some co
I've just inherited a lot of python code to maintain.The __init__ functions in many of the classes are very long- some over 100 lines.I like to keep functions/methods short & readable at a glance, if possible.
1. Is it good methodology to move some code from _init__ to it's own method within the cl