Refactoring TypeScript

Hickey, James

  • 出版商: Packt Publishing
  • 出版日期: 2019-10-18
  • 售價: $1,310
  • 貴賓價: 9.5$1,245
  • 語言: 英文
  • 頁數: 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