|In vendita nella categoria:
Il venditore è assente fino al 23 giu 2025. Se compri questo oggetto, ricorda che è previsto un ritardo nella spedizione.
Ne hai uno da vendere?

Refactoring : Improving the Design of Existing Code (2nd Edition)

Infernobooks
(1006)
Registrato come venditore privato
Non si applicano i diritti dei consumatori derivanti dalla normativa europea. La Garanzia cliente eBay è comunque applicabile alla maggior parte degli acquisti. Ulteriori informazioni
US $50,00
CircaEUR 43,29
o Proposta d'acquisto
Condizione:
Nuovo
Altri lo stanno tenendo d'occhio. 2 lo hanno aggiunto agli oggetti che osservano.
Ritiro:
Ritiro gratuito dell'oggetto in zona da Austin, Texas, Stati Uniti.
Spedizione:
US $6,13 (circa EUR 5,31) USPS Media MailTM.
Oggetto che si trova a: Austin, Texas, Stati Uniti
Consegna:
Consegna prevista tra il mar 24 giu e il lun 30 giu 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 non accettate.
Pagamenti:
    Diners Club

Fai shopping in tutta sicurezza

Garanzia cliente eBay
Se non ricevi l'oggetto che hai ordinato, riceverai il rimborso. Ulteriori informazioniGaranzia 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:267215852021
Ultimo aggiornamento: 15 mag 2025 15:41:36 CESTVedi tutte le revisioniVedi tutte le revisioni

Specifiche dell'oggetto

Condizione
Nuovo: Libro nuovo, intatto e non letto, in perfette condizioni, senza pagine mancanti o ...
Release Year
2018
Book Title
Refactoring: Improving the Design of Existing Code (2nd Editio...
ISBN
9780134757599

Informazioni su questo prodotto

Product Identifiers

Publisher
Addison Wesley Professional
ISBN-10
0134757599
ISBN-13
9780134757599
eBay Product ID (ePID)
237886498

Product Key Features

Number of Pages
448 Pages
Language
English
Publication Name
Refactoring : Improving the Design of Existing Code
Publication Year
2018
Subject
Software Development & Engineering / General, Programming / Object Oriented
Type
Textbook
Author
Martin Fowler
Subject Area
Computers
Series
Addison-Wesley Signature Series (Fowler) Ser.
Format
Hardcover

Dimensions

Item Height
1.2 in
Item Weight
38.4 Oz
Item Length
9 in
Item Width
7.4 in

Additional Product Features

Edition Number
2
Intended Audience
Scholarly & Professional
LCCN
2018-950015
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.14
Table Of Content
Preface 1. Refactoring, a First Example 2. Principles in Refactoring 3. Bad Smells in Code 4. Building Tests 5. Toward a Catalog of Refactorings 6. Composing Methods 7. Moving Features between Objects 8. Organizing Data 9. Simplifying Conditional Expressions 10. Making Method Calls Simpler 11. Dealing with Generalization 12. Big Refactorings 13. Refactoring, Reuse, and Reality 14. Refactoring Tools 15. Putting It All Together
Synopsis
Martin Fowler's guide to reworking bad code into well-structured code Refactoring improves the design of existing code and enhances software maintainability, as well as making existing code easier to understand. Original Agile Manifesto signer and software development thought leader, Martin Fowler, provides a catalog of refactorings that explains why you should refactor; how to recognize code that needs refactoring; and how to actually do it successfully, no matter what language you use. Refactoring principles: understand the process and general principles of refactoring Code smells: recognize "bad smells" in code that signal opportunities to refactor Application improvement: quickly apply useful refactorings to make a program easier to comprehend and change Building tests: writing good tests increases a programmer's effectiveness Moving features: an important part of refactoring is moving elements between contexts Data structures: a collection of refactorings to organize data, an important role in programs Conditional Logic: use refactorings to make conditional sections easier to understand APIs: modules and their functions are the building blocks of our software, and APIs are the joints that we use to plug them together Inheritance: it is both very useful and easy to misuse, and it's often hard to see the misuse until it's in the rear-view mirror---refactorings can fix the misuse Examples are written in JavaScript, but you shouldn't find it difficult to adapt the refactorings to whatever language you are currently using as they look mostly the same in different languages. "Whenever you read [ Refactoring ], it's time to read it again. And if you haven't read it yet, please do before writing another line of code." -David Heinemeier Hansson, Creator of Ruby on Rails, Founder & CTO at Basecamp "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -M. Fowler (1999), "Whenever you read Refactoring ], it's time to read it again. And if you haven't read it yet, please do before writing another line of code." -David Heinemeier Hansson, Creator of Ruby on Rails, Founder & CTO at Basecamp Fully Revised and Updated--Includes New Refactorings and Code Examples "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -M. Fowler (1999) For more than twenty years, experienced programmers worldwide have relied on Martin Fowler's Refactoring to improve the design of existing code and to enhance software maintainability, as well as to make existing code easier to understand. This eagerly awaited new edition has been fully updated to reflect crucial changes in the programming landscape. Refactoring, Second Edition, features an updated catalog of refactorings and includes JavaScript code examples, as well as new functional examples that demonstrate refactoring without classes. Like the original, this edition explains what refactoring is; why you should refactor; how to recognize code that needs refactoring; and how to actually do it successfully, no matter what language you use. Understand the process and general principles of refactoring Quickly apply useful refactorings to make a program easier to comprehend and change Recognize "bad smells" in code that signal opportunities to refactor Explore the refactorings, each with explanations, motivation, mechanics, and simple examples Build solid tests for your refactorings Recognize tradeoffs and obstacles to refactoring Includes free access to the canonical web edition, with even more refactoring resources. (See inside the book for details about how to access the web edition.), Martin Fowler's guide to reworking bad code into well-structured code Refactoring improves the design of existing code and enhances software maintainability, as well as making existing code easier to understand. Original Agile Manifesto signer and software development thought leader, Martin Fowler, provides a catalog of refactorings that explains why you should refactor; how to recognize code that needs refactoring; and how to actually do it successfully, no matter what language you use. Refactoring principles: understand the process and general principles of refactoring Code smells: recognize "bad smells" in code that signal opportunities to refactor Application improvement: quickly apply useful refactorings to make a program easier to comprehend and change Building tests: writing good tests increases a programmer's effectiveness Moving features: an important part of refactoring is moving elements between contexts Data structures: a collection of refactorings to organize data, an important role in programs Conditional Logic: use refactorings to make conditional sections easier to understand APIs: modules and their functions are the building blocks of our software, and APIs are the joints that we use to plug them together Inheritance: it is both very useful and easy to misuse, and it's often hard to see the misuse until it's in the rear-view mirror---refactorings can fix the misuse Examples are written in JavaScript, but you shouldn't find it difficult to adapt the refactorings to whatever language you are currently using as they look mostly the same in different languages. "Whenever you read [Refactoring], it's time to read it again. And if you haven't read it yet, please do before writing another line of code." -David Heinemeier Hansson, Creator of Ruby on Rails, Founder & CTO at Basecamp "Any fool can write code that a computer can understand. Good programmers write code that humans can understand." -M. Fowler (1999), Martin Fowler's Refactoring defined core ideas and techniques that hundreds of thousands of developers have used to improve their software. Now, Fowler has thoroughly updated his book to reflect modern programming techniques., Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its internal structure. With refactoring you can even take a bad design and rework it into a good one. This book offers a thorough discussion of the principles of refactoring, including where to spot opportunities for refactoring, and how to set up the required tests. There is also a catalog of more than 40 proven refactorings with details as to when and why to use the refactoring, step by step instructions for implementing it, and an example illustrating how it works The book is written using Java as its principle language, but the ideas are applicable to any OO language.
LC Classification Number
QA76.76.R42F69 2017

Descrizione dell'oggetto fatta dal venditore

Informazioni su questo venditore

Infernobooks

99,8% di Feedback positivi1,9 mila oggetti venduti

Su eBay da giu 2017
In genere risponde entro 24 ore
Registrato come venditore privatoPertanto non si applicano i diritti dei consumatori derivanti dalla normativa europea. La Garanzia cliente eBay è comunque applicabile alla maggior parte degli acquisti. Scopri di piùScopri di più

Valutazione dettagliata del venditore

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

Feedback sul venditore (790)

Tutti i punteggi
Positivo
Neutro
Negativo
  • j***a (273)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    A brand new sealed CD box set was purchased and shipped on 3-13 and delivered by USPS Media Mail on 3-18. Item received was as described and pictured in the listing and was professionally packed for protection. Set was placed in a plastic sleeve to protect shrinkwrap, then sandwiched between two pieces of cardboard, then wrapped in large bubblewrap before being secured in a padded envelope. The care in packing, seller's acceptance of offer, and fast shipping made for an excellent purchase.
  • n***j (1298)- Feedback lasciato dall'acquirente.
    Ultimi 6 mesi
    Acquisto verificato
    Honest seller, item was exactly as advertised. The packaging was excellent and the shipping was fairly priced and prompt. Sellers communication was prompt and articulate. Just excellent. I would definitely purchase from him again.
  • a***h (226)- Feedback lasciato dall'acquirente.
    Mese scorso
    Acquisto verificato
    Fast shipping the packaging was more than adequate and it’s such a great value. The book was as described. I highly recommend this seller as I had a tremendous experience.