Wednesday, February 22, 2012

Refactoring - Many Small Functions

I look at a method that is too long or look at code that needs a comment to understand its purpose. I then turn that fragment of code into its own method.

http://sourcemaking.com/refactoring/extract-method

No comments:

Post a Comment