Greg Beech's Website

January 2007 - Greg Beech's Tech Blog

  • Static vs instance method performance

    I'm sick of the static vs instance methods argument based on performance. Performance has nothing to do with it. You should make your methods either static or instance depending on the way the method is used and what is more intuitive to the user of the class. Even Microsoft are guilty of pushing the performance agenda with an FxCop rule which moans about the 'this' pointer not being used...
Copyright (C) Greg Beech. All rights reserved.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems