Seriously Good Software: Code That Works, Survives, and Wins (PB, 2020) LN

R&R Better Books
(154)
Angemeldet als gewerblicher Verkäufer
US $30,60
Ca.CHF 24,41
Bisher US $34,00 (- 10%)Was bedeutet dieser Preis?
Aktueller Verkaufspreis (Angabe des Verkäufers)
Artikelzustand:
Neuwertig
Book cover like new - pages clean, bright and unmarked – spine like new.Proceeds benefit Friends of ... Mehr erfahrenÜber den Artikelzustand
Sonderaktion endet in: 5 T 14 Std
Ganz entspannt. Kostenloser Versand & Rückversand.
Versand:
Kostenlos USPS Media MailTM.
Standort: Martinez, California, USA
Lieferung:
Lieferung zwischen Sa, 15. Nov und Di, 18. Nov nach 94104 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Verkäufer zahlt Rückversand.
Zahlungen:
     Diners Club

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:306456496865
Zuletzt aktualisiert am 26. Sep. 2025 18:06:47 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Neuwertig
Buch, das wie neu aussieht, aber bereits gelesen wurde. Der Einband weist keine sichtbaren Gebrauchsspuren auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen ansehenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“Book cover like new - pages clean, bright and unmarked – spine like new.Proceeds benefit Friends of ...
ISBN
9781617296291
Kategorie

Über dieses Produkt

Product Identifiers

Publisher
Manning Publications Co. LLC
ISBN-10
1617296295
ISBN-13
9781617296291
eBay Product ID (ePID)
3038613794

Product Key Features

Number of Pages
328 Pages
Language
English
Publication Name
Seriously Good Software : Code That Works, Survives, and Wins
Publication Year
2020
Subject
Software Development & Engineering / General, Programming Languages / Java
Type
Textbook
Author
Marco Faella
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Height
0.8 in
Item Weight
25 Oz
Item Length
9.3 in
Item Width
7.5 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2020-003278
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.133
Synopsis
Serious developers know that code can always be improved. With each iteration, you make optimizations--small and large--that can have a huge impact on your application's speed, size, resilience, and maintainability. In Seriously Good Software: Code that Works, Survives, and Wins , author, teacher, and Java expert Marco Faella teaches you techniques for writing better code. You'll start with a simple application and follow it through seven careful refactorings, each designed to explore another dimension of quality. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications., Summary Serious developers know that code can always be improved. With each iteration, you make optimizations--small and large--that can have a huge impact on your application's speed, size, resilience, and maintainability. In Seriously Good Software: Code that Works, Survives, and Wins , author, teacher, and Java expert Marco Faella teaches you techniques for writing better code. You'll start with a simple application and follow it through seven careful refactorings, each designed to explore another dimension of quality. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Great code blends the skill of a programmer with the time-tested techniques and best practices embraced by the entire development community. Although each application has its own context and character, some dimensions of quality are always important. This book concentrates on seven pillars of seriously good software: speed, memory usage, reliability, readability, thread safety, generality, and elegance. The Java-based examples demonstrate techniques that apply to any OO language. About the book Seriously Good Software is a handbook for any professional developer serious about improving application quality. It explores fundamental dimensions of code quality by enhancing a simple implementation into a robust, professional-quality application. Questions, exercises, and Java-based examples ensure you'll get a firm grasp of the concepts as you go. When you finish the last version of the book's central project, you'll be able to confidently choose the right optimizations for your code. What's inside Evaluating software qualities Assessing trade-offs and interactions Fulfilling different objectives in a single task Java-based exercises you can apply in any OO language About the reader For developers with basic object-oriented programming skills and intermediate Java skills. About the author Marco Faella teaches advanced programming at a major Italian university. His published work includes peer-reviewed research articles, a Java certification manual, and a video course. Table of Contents *Part 1: Preliminaries * 1 Software qualities and a problem to solve 2 Reference implementation *Part 2: Software Qualities* 3 Need for speed: Time efficiency 4 Precious memory: Space efficiency 5 Self-conscious code: Reliability through monitoring 6 Lie to me: Reliability through testing 7 Coding aloud: Readability 8 Many cooks in the kitchen: Thread safety 9 Please recycle: Reusability, Serious developers know that code can always be improved. With each iteration, you make optimizations--small and large--that can have a huge impact on your application's speed, size, resilience, and maintainability. In Seriously Good Software: Code that Works, Survives, and Wins, author, teacher, and Java expert Marco Faella teaches you techniques for writing better code. You'll start with a simple application and follow it through seven careful refactorings, each designed to explore another dimension of quality. Key features * Evaluating software qualities * Distinguishing between qualities that are internal, external, functional, and non-functional * Assessing tradeoffs and interactions between software qualities * Fulfilling different quality objectives for a single unifying task * Hands-on exercises and detailed solutions * Exercises covering the inner workings of the Java API Audience For developers with basic object-oriented programming skills and intermediate Java skills. About the technology Great code blends the skill of a programmer with the time-tested techniques and best practices embraced by the entire development community. Although each application has its own context and character, some dimensions of quality are always important. This book concentrates on eight pillars of seriously good software: speed, memory usage, reliability, readability, thread safety, generality, and elegance., Serious developers know that code can always be improved. With each iteration, you make optimizations--small and large--that can have a huge impact on your application's speed, size, resilience, and maintainability. In Seriously Good Software: Code that Works, Survives, and Wins, author, teacher, and Java expert Marco Faella teaches you techniques for writing better code. You'll start with a simple application and follow it through seven careful refactorings, each designed to explore another dimension of quality. Key features * Evaluating software qualities * Distinguishing between qualities that are internal, external, functional, and non-functional * Assessing tradeoffs and interactions between software qualities * Fulfilling different quality objectives for a single unifying task * Hands-on exercises and detailed solutions * Exercises covering the inner workings of the Java API Audience For developers with basic object-oriented programming skills and intermediate Java skills. About the technology Great code blends the skill of a programmer with the time-tested techniques and best practices embraced by the entire development community. Although each application has its own context and character, some dimensions of quality are always important. This book concentrates on eight pillars of seriously good software: speed, memory usage, reliability, readability, thread safety, generality, and elegance. Marco Faella has been teaching an advanced programming language course for twelve years as an associate professor at a major Italian university. As passionate about programming as he is about teaching, Marco has published many research articles in peer-reviewed journals, a Java certification manual, and a Java programming video course.

Artikelbeschreibung des Verkäufers

Info zu diesem Verkäufer

R&R Better Books

100% positive Bewertungen378 Artikel verkauft

Mitglied seit Aug 2021
Antwortet meist innerhalb 24 Stunden
Angemeldet als gewerblicher Verkäufer
From collectibles to bargains, we offer a wide variety of books in our own collection as well as the sale of donations on behalf of Friends of the Library.Thank you for stopping by!
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
5.0
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
5.0

Verkäuferbewertungen (153)

Alle Bewertungenselected
Positiv
Neutral
Negativ
  • _***k (245)- Bewertung vom Käufer.
    Letzter Monat
    Bestätigter Kauf
    Absolutely a great purchase experience. Excellent quality item in condition as described or better. An excellent value. Also, fast shipping, and very well-packaged. Communicative and courteous seller. Couldn’t be happier!!
  • 7***a (662)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    The seller was very responsive, friendly and helpful. The overseas delivery went very smoothly and the book was beautifully packed. The item was exactly as described and I am very pleased with it. Thanks very much to an excellent trustworthy seller.
  • e***n (1180)- Bewertung vom Käufer.
    Letzter Monat
    Bestätigter Kauf
    The only dealer who was able to confirm that a CD included in the book was still present. Copy in near mint condition and packed well ( not thrown into a flimsy bubble bag). Very positive transaction!