Dekorationsartikel gehören nicht zum Leistungsumfang.
Working Effectively with Legacy Code
Taschenbuch von Michael Feathers
Sprache: Englisch

63,75 €*

inkl. MwSt.

Versandkostenfrei per Post / DHL

Lieferzeit 1-2 Wochen

Kategorien:
Beschreibung

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.

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.
Über den Autor

MICHAEL C. FEATHERS works for Object Mentor, Inc., one of the world's top providers of mentoring, skill development, knowledge transfer, and leadership services in software development. He currently provides worldwide training and mentoring in Test-Driven Development (TDD), Refactoring, OO Design, Java, C#, C++, and Extreme Programming (XP). Michael is the original author of CppUnit, a C++ port of the JUnit testing framework, and FitCpp, a C++ port of the FIT integrated-testing framework. A member of ACM and IEEE, he has chaired CodeFest at three OOPSLA conferences.


© Copyright Pearson Education. All rights reserved.

Inhaltsverzeichnis
  • 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.
Details
Erscheinungsjahr: 2009
Fachbereich: Programmiersprachen
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 434
Inhalt: Kartoniert / Broschiert
ISBN-13: 9780131177055
ISBN-10: 0131177052
Sprache: Englisch
Einband: Kartoniert / Broschiert
Autor: Feathers, Michael
Auflage: 1. Auflage 2005
Hersteller: Prentice Hall
Pearson Education Limited
Pearson Professional
Maße: 233 x 179 x 27 mm
Von/Mit: Michael Feathers
Erscheinungsdatum: 09.04.2009
Gewicht: 0,8 kg
preigu-id: 107753002
Über den Autor

MICHAEL C. FEATHERS works for Object Mentor, Inc., one of the world's top providers of mentoring, skill development, knowledge transfer, and leadership services in software development. He currently provides worldwide training and mentoring in Test-Driven Development (TDD), Refactoring, OO Design, Java, C#, C++, and Extreme Programming (XP). Michael is the original author of CppUnit, a C++ port of the JUnit testing framework, and FitCpp, a C++ port of the FIT integrated-testing framework. A member of ACM and IEEE, he has chaired CodeFest at three OOPSLA conferences.


© Copyright Pearson Education. All rights reserved.

Inhaltsverzeichnis
  • 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.
Details
Erscheinungsjahr: 2009
Fachbereich: Programmiersprachen
Genre: Informatik
Rubrik: Naturwissenschaften & Technik
Medium: Taschenbuch
Seiten: 434
Inhalt: Kartoniert / Broschiert
ISBN-13: 9780131177055
ISBN-10: 0131177052
Sprache: Englisch
Einband: Kartoniert / Broschiert
Autor: Feathers, Michael
Auflage: 1. Auflage 2005
Hersteller: Prentice Hall
Pearson Education Limited
Pearson Professional
Maße: 233 x 179 x 27 mm
Von/Mit: Michael Feathers
Erscheinungsdatum: 09.04.2009
Gewicht: 0,8 kg
preigu-id: 107753002
Warnhinweis

Ähnliche Produkte

Ähnliche Produkte