Several months ago I was having a discussion (that’s a polite word for argument) with a few co-workers about the optimal length of methods and the topic of performance came up. Someone with a C++ background brought up the point that shorter methods were less efficient than longer ones due to the extra cost of [...]