|Eingestellt in Kategorie:

Funktioniert effektiv mit Legacy Code von Feathers-

Ursprünglicher Text
Working Effectively with Legacy Code by Feathers
Rocky Mountain Textbooks
(97210)
Angemeldet als gewerblicher Verkäufer
US $28,99
Ca.EUR 24,83
Artikelzustand:
Gut
Used book in good condition. Shows typical wear. Quick shipping. Satisfaction guaranteed!
3 verfügbar
Ganz entspannt. Rückgaben akzeptiert.
Versand:
US $6,99 (ca. EUR 5,99) USPS Media MailTM.
Standort: Multiple Locations, USA
Lieferung:
Lieferung zwischen Sa, 16. Aug und Fr, 22. Aug 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. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
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

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:388347251738
Zuletzt aktualisiert am 12. Aug. 2025 02:23:11 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Gut
Buch, das gelesen wurde, sich aber in einem guten Zustand befindet. Der Einband weist nur sehr geringfügige Beschädigungen auf, wie z.B. kleinere Schrammen, er hat aber weder Löcher, noch ist er eingerissen. Bei gebundenen Büchern ist der Schutzumschlag möglicherweise nicht mehr vorhanden. Die Bindung weist geringfügige Gebrauchsspuren auf. Die Mehrzahl der Seiten ist unbeschädigt, das heißt, es gibt kaum Knitter oder Einrisse, es wurden nur in geringem Maße Bleistiftunterstreichungen im Text vorgenommen, es gibt keine Textmarkierungen und die Randbereiche sind nicht beschrieben. Alle Seiten sind vollständig vorhanden. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen aufrufenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“Used book in good condition. Shows typical wear. Quick shipping. Satisfaction guaranteed!”
Book Title
Working Effectively with Legacy Code
Topic
Business Technology
Narrative Type
Business Technology
Genre
N/A
Intended Audience
N/A
ISBN
9780131177055

Über dieses Produkt

Product Identifiers

Publisher
Pearson Education
ISBN-10
0131177052
ISBN-13
9780131177055
eBay Product ID (ePID)
30876600

Product Key Features

Number of Pages
464 Pages
Publication Name
Working Effectively with Legacy Code
Language
English
Publication Year
2004
Subject
Software Development & Engineering / Quality Assurance & Testing, Software Development & Engineering / General
Type
Textbook
Subject Area
Computers
Author
Michael Feathers
Series
Robert C. Martin Ser.
Format
Trade Paperback

Dimensions

Item Height
1 in
Item Weight
26.1 Oz
Item Length
9.1 in
Item Width
6.9 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2004-108115
Dewey Edition
0
Illustrated
Yes
Dewey Decimal
005.1
Table Of Content
I. THE MECHANICS OF CHANGE. 1. Changing Software. 2. Working with Feedback. 3. Sensing and Separation. 4. The Seam Model. 5. Tools. II. CHANGING SOFTWARE. 6. I Don't Have Much Time and I Have To Change It. 7. It Takes Forever To Make a Change. 8. How Do I Add a Feature? 9. I Can't Get This Class into a Test Harness. 10. I Can't Run This Method into a Test Harness. 11. I Need to Make a Change. What Methods Should I Test? 12. I Need to Make Many Changes In One Area Do I Have To Break. 13. I Need To Make a Change but I Don't Know What Tests To Write. 14. Dependencies on Libraries Are Killing Me. 15. My Application Is All API Calls. 16. I Don't Understand the Code Well Enough To Change It. 17. My Application Has No Structure. 18. My Test Code Is in the Way. 19. My Project Is Not Object-Oriented. How Do I Make Safe Changes? 20. This Class Is Too Big and I Don't Want It to Get Any Bigger. 21. I'm Changing The Same Code All Over the Place. 22. I Need To Change a Monster Method and I Can't Write Tests for It. 23. How Do I Know That I'm Not Breaking Anything? 24. We Feel Overwhelmed. It Isn't Going To Get Any Better. III. DEPENDENCY BREAKING TECHNIQUES. 25. Dependency Breaking Techniques. Appendix: Refactoring. Glossary.
Synopsis
This book provides programmers with the ability to cost effectively handlecommon legacy code problems without having to go through the hugelyexpensive task of rewriting all existing code. It describes a series of practicalstrategies that developers can employ to bring their existing softwareapplications under control. The author provides useful guidance about how touse these strategies when refactoring or making functional changes to codebases. One of the book's key points is that it teaches developers to write teststhat can be used to make sure they are not unintentionally changing theapplication as they optimize it. Examples are provided in Java, C++, and Csharp,and the book assumes that the reader has some knowledge of UMLnotation. Strategies using UML and code in C++ and Java primarily whilelanguage independent advice will be delivered in side bars and appendices forlanguage specific users., This book provides programmers with the ability to cost-effectively handle common legacy code problems without having to go through the hugely expensive task of rewriting all existing code. It describes a series of practical strategies that developers can employ to bring their existing software applications under control. The author provides useful guidance about how to use these strategies when refactoring or making functional changes to codebases. One of the book's key points is that it teaches developers to write tests that can be used to ensure they are not unintentionally changing the application as they optimize it. Examples are provided in Java, C++, and C#, and the book assumes that the reader has some knowledge of UML notation. Strategies using UML and code in C++ and Java are emphasized, while language-independent advice is delivered in sidebars and appendices for language-specific users., Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform--with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren t object-oriented Handling applications that don t seem to have any structureThis book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes. (c) Copyright Pearson Education. All rights reserved., This book provides programmers with the ability to cost effectively handlecommon legacy code problems without having to go through the hugelyexpensive task of rewriting all existing code. It describes a series of practicalstrategies that developers can employ to bring their existing softwareapplications under control. The author provides useful guidance about how touse these strategies when refactoring or making functional changes to codebases. One of the book's key points is that it teaches developers to write teststhat can be used to make sure they are not unintentionally changing theapplication as they optimize it. Examples are provided in Java, C++, and Csharp, and the book assumes that the reader has some knowledge of UMLnotation. Strategies using UML and code in C++ and Java primarily whilelanguage independent advice will be delivered in side bars and appendices forlanguage specific users.
LC Classification Number
QA76.76.D47

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
Info zu diesem Verkäufer

Rocky Mountain Textbooks

96,1% positive Bewertungen407.499 Artikel verkauft

Mitglied seit Dez 1998
Angemeldet als gewerblicher Verkäufer
Rocky Mountain Textbooks specializes in selling used books, offering quick shipments and constantly striving for customer satisfaction. Thanks for viewing our Ebay store!
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.8
Angemessene Versandkosten
4.6
Lieferzeit
4.9
Kommunikation
4.8

Verkäuferbewertungen (102.880)

Alle Bewertungen
Positiv
Neutral
Negativ
  • e***e (100)- Bewertung vom Käufer.
    Letzter Monat
    Bestätigter Kauf
    I ordered the collectors edition of this Chiltons manual. What i recieved was the correct yr of the Chilton manual but was not the Collectors Edition. I msgd Seller and informed them, they refunded me 50% of my cost and i kept the manual recieved. I m very satisfied with the outcome. I recommend this seller.
  • t***e (1253)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Item exactly as described. Good communications and fast shipping. Well packaged. Great value! Great dealer! Will buy from again! Thanks!
  • u***6 (12)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    "Great Service from the Seller – Highly Recommended!" As a customer from China, I haven’t received the book yet, but I’m already very impressed with the seller’s excellent service! Their communication was prompt and friendly, and they provided clear updates about my order. Even though international shipping takes time, their professionalism and care have made this a pleasant shopping experience. I truly appreciate their efforts and can’t wait to read the book when it arrives. Thank you!

Produktbewertungen & Rezensionen

5.0
3 Produktbewertungen
  • 3 Nutzer bewerten dieses Produkt mit 5 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 4 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 3 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 2 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 1 von 5 Sternen

Would recommend

Good value

Compelling content

Relevanteste Rezensionen

  • book in great shape, smooth process ...

    book in great shape, smooth process

    Bestätigter Kauf: JaZustand: GebrauchtVerkauft von: textbooks_source