Is there a best practice for making private methods in classes static? I have a class with a few methods. Some of these can easily be made static, since they simply process data.
Should I make them static or just leave them as is? Is this more of a style issue? Are there performance considerations?
Edit: http://stackoverflow.com/questions/169378/c-method-can-be-made-static-but-should-it