My feeling is that refactoring code for the purpose of shrinking
something to an arbitrary 10-23 lines of code may also negatively
impact maintainability.  Breaking a procedure into parts just for the
sake of making small pieces where you aren't violating DRY principals
just seemed counterproductive.

At some point, the complexity of a particular action in a controller
would almost demand moving some of that code to help readability, but,
I don't think I'll be overly concerned if a few actions are 40-60
lines inside the controller.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to