null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Refactoring JavaScript (Turning Bad Code Into Good Code)

List Price: $49.99
SKU:
9781491964927
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Evan Burchard
    Format:
    Paperback
    Pages:
    439
    Publisher:
    O'Reilly Media (May 2, 2017)
    Language:
    English
    ISBN-13:
    9781491964927
    ISBN-10:
    1491964928
    Dimensions:
    7" x 9.19"
    Case Pack:
    9
    File:
    TWO RIVERS-PERSEUS-Metadata_Only_Perseus_Distribution_Customer_Group_Metadata_20251022163324-20251022.xml
    Folder:
    TWO RIVERS
    List Price:
    $49.99
    As low as:
    $42.99
    Publisher Identifier:
    P-PER
    Discount Code:
    C
    Country of Origin:
    United States
    Pub Discount:
    60
    Weight:
    24oz
    Imprint:
    O'Reilly Media
  • Overview

    If your JavaScript is a mess, frameworks can only do so much to help. No matter what framework, "compiles-to-JS" language, or library you use, bugs and performance concerns will always be an issue if the underlying quality of your JavaScript is poor. With this hands-on guide, you’ll learn how test and refactor your existing code to help reduce complexity, improve readability, and gain confidence in the codebase.

    Author Evan Burchard shows you how to identify areas of bad code, and then takes you through several refactoring methods for improving them. Techniques range from renaming variables to applying principles of functional and object-oriented programming. If you’re motivated to write better JavaScript code either on the frontend or backend, this book is a must.

    • Use refactoring to restructure existing code, without changing its behavior
    • Learn the relationship between refactoring and quality
    • Explore the many versions of JavaScript in use today
    • Create automated tests to confirm that your code works, and find bugs that slip through
    • Learn how to refactor simple JavaScript structures, functions, and objects
    • Refactor your codebase by applying object-oriented and functional programming principles
    • Examine methods for refactoring asynchronous JavaScript