商品詳情
LYNDA FOUNDATIONS OF PROGRAMMING REFACTORING CODE 視頻教學 英文教學版(DVD一片裝)
商品編號:
本站售價:NT$200
碟片片數:1片
瀏覽次數:34187
|
【轉載TXT文檔】
|
您可能感興趣:
您可能也喜歡:
商品描述
軟體簡介:
Refactoring is the process of taking existing code and improving it.
While it makes code more readable and understandable, it also becomes
much easier to add new features, build larger applications, and spot and
fix bugs. In this course, staff author Simon Allardice introduces the
formalized, disciplined approach to refactoring that tells you exactly
what to look for in your code, and how to fix it, through a series of
"code smells"—clues that let you look at a block of code and realize when
there's something wrong with it.
Topics include:
‧What is refactoring?
‧Recognizing common code smells
‧Simplifying method calls
‧Making conditions easier to read
‧Using refactorings at the method, class, and application level