Refactoring TypeScript
暫譯: 重構 TypeScript

Hickey, James

  • 出版商: Packt Publishing
  • 出版日期: 2019-10-18
  • 售價: $1,350
  • 貴賓價: 9.5$1,283
  • 語言: 英文
  • 頁數: 120
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1839218045
  • ISBN-13: 9781839218040
  • 相關分類: JavaScriptTypeScriptRefactoring
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Refactoring improves your code without changing its behavior. With refactoring, the best approach is to apply small targeted changes to a codebase. Instead of doing a huge sweeping change to your code, refactoring is better as a long-term and continuous enterprise. Refactoring TypeScript explains how to spot bugs and remove them from your code.

 

You’ll start by seeing how wordy conditionals, methods, and null checks make code unhealthy and unstable. Whether it is identifying messy nested conditionals or removing unnecessary methods, this book will show various techniques to avoid these pitfalls and write code that is easier to understand, maintain, and test.

 

By the end of the book, you’ll have learned some of the main causes of unhealthy code, tips to identify them and techniques to address them.

  • Spot and fix common code smells to create code that is easier to read and understand
  • Discover ways to identify long methods and refactor them
  • Create objects that keep your code flexible, maintainable, and testable
  • Apply the Single Responsibility Principle to develop less-coupled code
  • Discover how to combine different refactoring techniques
  • Learn ways to solve the issues caused by overusing primitives
  • Learn all about refactoring - why it is important and how to do it
  • Discover easy ways to refactor code with examples
  • Explore techniques that can be applied to most other programming languages

商品描述(中文翻譯)

重構可以在不改變程式行為的情況下改善您的程式碼。進行重構時,最佳的方法是對程式碼庫進行小而有針對性的變更。與其對程式碼進行大規模的改動,重構更適合作為一項長期且持續的工作。《重構 TypeScript》解釋了如何發現錯誤並將其從您的程式碼中移除。

您將首先看到冗長的條件語句、方法和空值檢查如何使程式碼變得不健康和不穩定。無論是識別雜亂的嵌套條件語句,還是移除不必要的方法,本書將展示各種技術,以避免這些陷阱,並撰寫更易於理解、維護和測試的程式碼。

在本書結束時,您將學到一些不健康程式碼的主要原因、識別這些問題的技巧以及解決這些問題的技術。

- 發現並修正常見的程式碼異味,以創建更易於閱讀和理解的程式碼
- 探索識別長方法並進行重構的方法
- 創建保持程式碼靈活、可維護和可測試的物件
- 應用單一職責原則(Single Responsibility Principle)來開發耦合度較低的程式碼
- 發現如何結合不同的重構技術
- 學習解決過度使用原始類型所造成的問題的方法
- 了解重構的所有內容 - 為什麼它重要以及如何進行
- 發現簡單的重構程式碼的方法,並附有範例
- 探索可以應用於大多數其他程式語言的技術