PDA

توجه ! این یک نسخه آرشیو شده می باشد و در این حالت شما عکسی را مشاهده نمی کنید برای مشاهده کامل متن و عکسها بر روی لینک مقابل کلیک کنید : Refactoring in Whidbey



TAHA
09-30-2009, 07:26 AM
کد:
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.
http://pnu-club.com/imported/mising.jpg

اطلاعات بیشتر
ONDotNet.com: Refactoring in Whidbey (http://www.ondotnet.com/lpt/a/4971)