|
|
|
|
|
by boyter
5322 days ago
|
|
You are missing the point. Lots of large applications I work on maintaining have large awful methods. This feature is excellent in these cases. You could argue that I should re-factor the whole thing to avoid this issue, but certain design decisions made by someone else make this a huge change, and in the world of risk adverse enterprise applications that is not going to happen. |
|
I totally agree on being practical and not refactoring methods that work correctly. But if you find yourself in the monster methods making changes quite often, it seems irresponsible to not refactor and leave the camp ground cleaner for the next time you or someone else comes through it.