کد:
code refactoring means restructuring your code so that the original intention of the code is preserved. For example, you may rename a variable so that it better reflects its usage. In this case, the entire application that uses this variable need to be updated with the new name. Another example of code refactoring is extracting a block of code and placing it into a function for more efficient code reuse.


اطلاعات بیشتر
ONDotNet.com: Refactoring in Whidbey