|In vendita nella categoria:
Ne hai uno da vendere?

Working Effectively with Legacy Code by Feathers

Rocky Mountain Textbooks
(97209)
Registrato come venditore professionale
US $28,99
CircaEUR 24,96
Condizione:
Buone condizioni
Used book in good condition. Shows typical wear. Quick shipping. Satisfaction guaranteed!
3 disponibili
Goditi i vantaggi. Restituzioni accettate.
Spedizione:
US $6,99 (circa EUR 6,02) USPS Media MailTM.
Oggetto che si trova a: Multiple Locations, Stati Uniti
Consegna:
Consegna prevista tra il gio 14 ago e il lun 18 ago a 94104
I tempi di consegna previsti utilizzando il metodo proprietario di eBay, che è basato sulla vicinanza dell'acquirente rispetto al luogo in cui si trova l'oggetto, sul servizio di spedizione selezionato, sulla cronologia di spedizione del venditore e su altri fattori. I tempi di consegna possono variare, specialmente durante le festività.
Restituzioni:
Restituzioni entro 30 giorni. Le spese di spedizione del reso sono a carico dell'acquirente..
Pagamenti:
    Diners Club

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. Scopri di piùGaranzia cliente eBay - viene aperta una nuova finestra o scheda
Il venditore si assume la piena responsabilità della messa in vendita dell'oggetto.
Numero oggetto eBay:388347251738
Ultimo aggiornamento: 12 ago 2025 02:23:11 CESTVedi tutte le revisioniVedi tutte le revisioni

Specifiche dell'oggetto

Condizione
Buone condizioni
Libro che è già stato letto ma è in buone condizioni. Mostra piccolissimi danni alla copertina incluse alcune rigature, ma nessun foro o strappo. È possibile che la sovraccoperta per le copertine rigide non sia inclusa. La rilegatura presenta minimi segni di usura. La maggior parte delle pagine non è danneggiata e mostra una quantità minima di piegature o strappi, sottolineature di testo a matita, nessuna evidenziazione di testo né scritte ai margini. Non ci sono pagine mancanti. Per maggiori dettagli e la descrizione di eventuali imperfezioni, consulta l'inserzione del venditore. Vedi tutte le definizioni delle condizioniviene aperta una nuova finestra o scheda
Note del venditore
“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

Informazioni su questo prodotto

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

Descrizione dell'oggetto fatta dal venditore

Informazioni sul venditore professionale

Certifico che tutte le mie attività di vendita saranno conformi alle leggi e ai regolamenti dell'Unione europea.
Informazioni su questo venditore

Rocky Mountain Textbooks

96,1% di Feedback positivi407 mila oggetti venduti

Su eBay da dic 1998
Registrato come venditore professionale
Rocky Mountain Textbooks specializes in selling used books, offering quick shipments and constantly striving for customer satisfaction. Thanks for viewing our Ebay store!

Valutazione dettagliata del venditore

Media degli ultimi 12 mesi
Descrizione
4.8
Spese spedizione
4.6
Tempi di spedizione
4.9
Comunicazione
4.8

Feedback sul venditore (102.878)

Tutti i punteggi
Positivo
Neutro
Negativo
  • e***e (100)- Feedback lasciato dall'acquirente.
    Mese scorso
    Acquisto verificato
    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)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Item exactly as described. Good communications and fast shipping. Well packaged. Great value! Great dealer! Will buy from again! Thanks!
  • u***6 (12)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    "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!