I\'m a beginner and I\'ve always read that it\'s bad to repeat code. However, it seems that in order to not do so, you would have to have extra method calls usually. Let\'s
The pattern that I follow, is whether or not this method in question would satisfy one of the following:
If any of the above are true, it should be wrapped up in it's own method.