Mit Bücher.World findest Du Bücher Du in hunderten Online-Shops - von Romanen bis zur Fachliteratur.
Bücher.World ist eine Suchmaschine speziell für Bücher.
Mit Bücher.World kannst Du ganz einfach nach Romanen, Fachliteratur, Sachbüchern, Lexika und mehr im Internet suchen - wir zeigen Dir die besten Angebote, die wir in mehreren hundert Online-Buchfachgeschäften finden konnten. Mit einem Klick gelangst Du auf die Seite des Online-Shops, in dem Du das Buch kaufen kannst.
Kategorien
Working Effectively with Legacy Code (Robert C. Martin)

Working Effectively with Legacy Code (Robert C. Martin)

33,49 €
Einband: Taschenbuch
Erscheinungsdatum: 01.01.1970
gefunden bei medimops
Zum Shop

Beschreibung

Binding : Taschenbuch, Edition : 05001, Label : Prentice Hall International, Publisher : Prentice Hall International, NumberOfItems : 1, PackageQuantity : 1, medium : Taschenbuch, numberOfPages : 434, publicationDate : 2007-07-01, authors : Michael Feathers, languages : english, ISBN : 0131177052

Working Effectively with Legacy Code (Robert C. Martin) im Online-Buchhandel:

Working Effectively with Legacy Code (Robert C. Martin)
Working Effectively with Legacy Code (Robert C. Martin)
von Feathers, Michael C.
39,99 €
gefunden bei Amazon Marketplace
Working Effectively with Legacy Code (Robert C. Martin)
Working Effectively with Legacy Code (Robert C. Martin)
Einband: Taschenbuch, Seitenzahl: 456 Seiten
Zur Online-Buchhandlung von
Amazon Marketplace
Working Effectively with Legacy Code (Robert C. Martin) von Pearson
Working Effectively with Legacy Code (Robert C. Martin)
von Feathers, Michael C.
39,99 €
gefunden bei Amazon
Working Effectively with Legacy Code (Robert C. Martin)
Working Effectively with Legacy Code (Robert C. Martin)
Einband: Taschenbuch, Seitenzahl: 456 Seiten, Verlag: Pearson
Zur Online-Buchhandlung von
Amazon
Working Effectively with Legacy Code von Prentice Hall Press
Working Effectively with Legacy Code
57,99 €
gefunden bei buecher
Proven strategies for maintaining and optimizing legacy code to get the most out of your existing applications....
Proven strategies for maintaining and optimizing legacy code to get the most out of your existing applications. Examples in C-sharp, C++, and Java, as well as strategies for better using the industry standard modeling language: UML 2.0 Addresses the very concrete problems that programmers face working in the context of large untested code bases Based on successful classes for Object Mentor, the author helps organizations maintain older systems rather than go to the cost of developing new ones 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 code bases. One of the book's key points is that it teaches developers to write tests that can be used to make sure they are not unintentionally changing the application as they optimize it. Examples are provided in Java, C++, and Csharp, and the book assumes that the reader has some knowledge of UML notation. Strategies using UML and code in C++ and Java primarily while language independent advice will be delivered in side bars and appendices for language specific users. Product Description 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. Backcover 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. The topics covered include Understanding the mechanics of software change: 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 structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes. © Copyright Pearson Education. All rights reserved. Preface. Introduction. 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.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. The topics covered include Understanding the mechanics of software change: 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 platformGÇö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 structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.-¬ Copyright Pearson Education. All rights reserved.
Verlag: Prentice Hall Press
Zur Online-Buchhandlung von
buecher
Bewerte das Buch
Absenden
  • Habe ich gelesen
  • Möchte ich noch lesen
  • Lieblingsbücher
  • Wunschliste

Aktuelle Bestseller im Genre Softwareentwicklung

Cracking the Coding Interview, 6th Edition: 189 Programming Questions and Solutions (Cracking the Interview & Career) von CreateSpace Classics
Cracking the Coding Interview, 6th Edition: 189 Programming Questions and Solutions (Cracking the Interview & Career)
Taschenbuch
gefunden bei Amazon
35,19 €
Zum Shop
Elements of Programming Interviews: The Insiders' Guide von Adnan Aziz
Elements of Programming Interviews: The Insiders' Guide
Taschenbuch
gefunden bei Amazon
36,67 €
Zum Shop
Practical Model-Based Testing: A Tools Approach
Practical Model-Based Testing: A Tools Approach
Gebundene Ausgabe
gefunden bei Amazon Marketplace
67,36 €
Zum Shop
Foundations of Qt Development: Build sophisticated graphical applications using one of the world's most powerful mulit-platform toolkits! (Expert's Voice in Open Source) von Apress
Foundations of Qt Development: Build sophisticated graphical applications using one of the world's most powerful mulit-platform toolkits! (Expert's Voice in Open Source)
Taschenbuch
gefunden bei Amazon
42,00 €
Zum Shop
GUI Bloopers 2.0: Common User Interface Design Don'ts and Dos (Interactive Technologies)
GUI Bloopers 2.0: Common User Interface Design Don'ts and Dos (Interactive Technologies)
Taschenbuch
gefunden bei Amazon Marketplace
49,17 €
Zum Shop
Agile Software Requirements: Lean Requirements Practices for Teams, Programs, and the Enterprise (Agile Software Development Series) von Pearson Education (US)
Agile Software Requirements: Lean Requirements Practices for Teams, Programs, and the Enterprise (Agile Software Development Series)
Gebundene Ausgabe
gefunden bei Amazon
57,61 €
Zum Shop
A Projekt Guide to UX Design: For User Experience Designers in the Field or in the Making (Voices That Matter) von New Riders Publishing
A Projekt Guide to UX Design: For User Experience Designers in the Field or in the Making (Voices That Matter)
Taschenbuch
gefunden bei Amazon
30,00 €
Zum Shop
User Story Mapping: Discover the Whole Story, Build the Right Product
User Story Mapping: Discover the Whole Story, Build the Right Product
gefunden bei medimops
17,62 €
Zum Shop
The Art of Agile Development
The Art of Agile Development
Taschenbuch
gefunden bei Amazon Marketplace
43,39 €
Zum Shop
How to Break Software: A Practical Guide to Testing
How to Break Software: A Practical Guide to Testing
Taschenbuch
gefunden bei Amazon Marketplace
53,00 €
Zum Shop