Refactoring TypeScript: Keeping your code healthy

Discover various techniques to develop maintainable code and keep it in shape.

Key Features
  • 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
Book Description

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.

What you will learn
  • 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
Who this book is for

This book is designed for programmers who are looking to explore various refactoring techniques to develop healthy and maintainable code. Some experience in JavaScript and TypeScript can help you easily grasp the concepts explained in this book.

With a background in creative arts, philosophy, and software development, James Hickey has been helping developers become software artisans and navigate their careers. He has worked professionally in web and mobile-based projects mentoring development teams and leading business-critical projects. His technical interests focus on software design and architecture.
1134453800
Refactoring TypeScript: Keeping your code healthy

Discover various techniques to develop maintainable code and keep it in shape.

Key Features
  • 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
Book Description

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.

What you will learn
  • 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
Who this book is for

This book is designed for programmers who are looking to explore various refactoring techniques to develop healthy and maintainable code. Some experience in JavaScript and TypeScript can help you easily grasp the concepts explained in this book.

With a background in creative arts, philosophy, and software development, James Hickey has been helping developers become software artisans and navigate their careers. He has worked professionally in web and mobile-based projects mentoring development teams and leading business-critical projects. His technical interests focus on software design and architecture.
20.99 In Stock
Refactoring TypeScript: Keeping your code healthy

Refactoring TypeScript: Keeping your code healthy

by James Hickey
Refactoring TypeScript: Keeping your code healthy

Refactoring TypeScript: Keeping your code healthy

by James Hickey

eBook

$20.99 

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

Discover various techniques to develop maintainable code and keep it in shape.

Key Features
  • 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
Book Description

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.

What you will learn
  • 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
Who this book is for

This book is designed for programmers who are looking to explore various refactoring techniques to develop healthy and maintainable code. Some experience in JavaScript and TypeScript can help you easily grasp the concepts explained in this book.

With a background in creative arts, philosophy, and software development, James Hickey has been helping developers become software artisans and navigate their careers. He has worked professionally in web and mobile-based projects mentoring development teams and leading business-critical projects. His technical interests focus on software design and architecture.

Product Details

ISBN-13: 9781839218415
Publisher: Packt Publishing
Publication date: 10/18/2019
Sold by: Barnes & Noble
Format: eBook
Pages: 120
File size: 1 MB

About the Author

With a background in creative arts, philosophy, and software development, James Hickey has been helping developers become software artisans and navigate their careers. He has worked professionally in web and mobile-based projects mentoring development teams and leading business-critical projects. His technical interests focus on software design and architecture.

Table of Contents

Table of Contents
  1. Introduction
  2. Null Checks Everywhere!
  3. Wordy Conditionals
  4. Nested Conditionals
  5. Primitive Overuse
  6. Lengthy Method Signatures
  7. Methods That Never End
  8. Dumping Grounds
  9. Messy Object Creation
  10. Conclusion
From the B&N Reads Blog

Customer Reviews