• Complain

James Hickey - Refactoring TypeScript: Keeping your code healthy

Here you can read online James Hickey - Refactoring TypeScript: Keeping your code healthy full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

No cover
  • Book:
    Refactoring TypeScript: Keeping your code healthy
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2019
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

Refactoring TypeScript: Keeping your code healthy: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Refactoring TypeScript: Keeping your code healthy" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

James Hickey: author's other books


Who wrote Refactoring TypeScript: Keeping your code healthy? Find out the surname, the name of the author of the book and a list of all author's works by series.

Refactoring TypeScript: Keeping your code healthy — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Refactoring TypeScript: Keeping your code healthy" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Refactoring TypeScript Keeping your code healthy James Hickey Refactoring - photo 1
Refactoring TypeScript
Keeping your code healthy James Hickey
Refactoring TypeScript
Copyright 2019 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals.

However, Packt Publishing cannot guarantee the accuracy of this information. Author: James Hickey Managing Editor: Aritro Ghosh Acquisitions Editor: Karan Wadekar Production Editor: Salma Patel Editorial Board: Shubhopriya Banerjee, Bharat Botle, Ewan Buckingham, Megan Carlisle, Simon Cox, Mahesh Dhyani, Manasa Kumar, Alex Mazonowicz, Dominic Pereira, Shiny Poojary, Abhishek Rane, Erol Staveley, Ankita Thakur, and Jonathan Wray First Published: October 2019 Production Reference: 1181019 ISBN: 978-1-83921-804-0 Published by Packt Publishing Ltd. Livery Place, 35 Livery Street Birmingham B3 2PB, UK

Table of Contents
Chapter 1:
Chapter 2:
Chapter 3:
Chapter 4:
Chapter 5:
Chapter 6:
Chapter 7:
Chapter 8:
Chapter 9:
Chapter 10:
Preface
About
This section briefly introduces the author and the coverage of this book.
About the Book
Refactoring improves your code without changing its behavior. With refactoring, the best approach is to apply small targeted changes to a codebase. Refactoring TypeScript explains how to spot bugs and remove them from your code. 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 you 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.

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.
Learning Objectives
  • 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
Audience
This book is designed for programmers who are looking to explore various refactoring techniques to develop healthy and maintainable code.
Learning Objectives
  • 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
Audience
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.

Approach
Each section in this book represents a 'code smell'. A code smell is an indication that a part of your code is rotting and becoming unhealthy. The first chapter of each section will introduce how to identify a specific code smell and why it is considered unhealthy. Then, you'll learn techniques that can be used to address the code issue - once you've explored the problem.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Refactoring TypeScript: Keeping your code healthy»

Look at similar books to Refactoring TypeScript: Keeping your code healthy. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Refactoring TypeScript: Keeping your code healthy»

Discussion, reviews of the book Refactoring TypeScript: Keeping your code healthy and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.