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

Object Design Style Guide

List Price: $39.99
SKU:
9781617296857
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:
    Matthias Noback
    Format:
    Paperback
    Pages:
    288
    Publisher:
    Manning (January 14, 2020)
    Language:
    English
    ISBN-13:
    9781617296857
    ISBN-10:
    1617296856
    Weight:
    17.12oz
    Dimensions:
    7.38" x 9.25" x 0.6"
    File:
    Eloquence-SimonSchuster_07042026_P10292974_onix30_Complete-20260704.xml
    Folder:
    Eloquence
    List Price:
    $39.99
    Case Pack:
    28
    As low as:
    $35.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Pub Discount:
    37
    Imprint:
    Manning
  • Overview

    ”Demystifies object-oriented programming, and lays out how to use it to design truly secure and performant applications.” —Charles Soetan, Plum.io

    Key Features
    Dozens of techniques for writing object-oriented code that’s easy to read, reuse, and maintain
    Write code that other programmers will instantly understand
    Design rules for constructing objects, changing and exposing state, and more
    Examples written in an instantly familiar pseudocode that’s easy to apply to Java, Python, C#, and any object-oriented language

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About The Book
    Well-written object-oriented code is easy to read, modify, and debug. Elevate your coding style by mastering the universal best practices for object design presented in this book. These clearly presented rules, which apply to any OO language, maximize the clarity and durability of your codebase and increase productivity for you and your team.

    In Object Design Style Guide, veteran developer Matthias Noback lays out design rules for constructing objects, defining methods, and much more. All examples use instantly familiar pseudocode, so you can follow along in the language you prefer. You’ll go case by case through important scenarios and challenges for object design and then walk through a simple web application that demonstrates how different types of objects can work together effectively.

    What You Will Learn
    Universal design rules for a wide range of objects
    Best practices for testing objects
    A catalog of common object types
    Changing and exposing state
    Test your object design skills with exercises

    This Book Is Written For
    For readers familiar with an object-oriented language and basic application architecture.

    About the Author
    Matthias Noback is a professional web developer with nearly two decades of experience. He runs his own web development, training, and consultancy company called “Noback’s Office.”

    Table of Contents:

    1 ¦ Programming with objects: A primer
    2 ¦ Creating services
    3 ¦ Creating other objects
    4 ¦ Manipulating objects
    5 ¦ Using objects
    6 ¦ Retrieving information
    7 ¦ Performing tasks
    8 ¦ Dividing responsibilities
    9 ¦ Changing the behavior of services
    10 ¦ A field guide to objects
    11 ¦ Epilogue