"These two blocks of code do something different"
Thats what is normally called a method. If it's only for one class then by all means make it private and name it well, so the caller remains readable.
"These two blocks of code do something different"
Thats what is normally called a method. If it's only for one class then by all means make it private and name it well, so the caller remains readable.