SØG - mellem flere end 8 millioner bøger:
Viser: Refactoring - Improving the Design of Existing Code
Refactoring Vital Source e-bog
Martin Fowler
(2018)
Refactoring Vital Source e-bog
Martin Fowler
(2018)
Refactoring Vital Source e-bog
Martin Fowler
(2018)
Refactoring Vital Source e-bog
Martin Fowler
(2018)
Refactoring
Improving the Design of Existing Code
Martin Fowler
(2018)
Sprog: Engelsk
om ca. 2 hverdage
Detaljer om varen
- 2. Udgave
- Vital Source searchable e-book (Reflowable pages)
- Udgiver: Pearson International (November 2018)
- ISBN: 9780134757704
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: ubegrænset dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 2. Udgave
- Vital Source 90 day rentals (dynamic pages)
- Udgiver: Pearson International (November 2018)
- ISBN: 9780134757704R90
Bookshelf online: 90 dage fra købsdato.
Bookshelf appen: 90 dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 2. Udgave
- Vital Source 180 day rentals (dynamic pages)
- Udgiver: Pearson International (November 2018)
- ISBN: 9780134757704R180
Bookshelf online: 180 dage fra købsdato.
Bookshelf appen: 180 dage fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 2. Udgave
- Vital Source 365 day rentals (dynamic pages)
- Udgiver: Pearson International (November 2018)
- ISBN: 9780134757704R365
Bookshelf online: 5 år fra købsdato.
Bookshelf appen: 5 år fra købsdato.
Udgiveren oplyser at følgende begrænsninger er gældende for dette produkt:
Print: 2 sider kan printes ad gangen
Copy: højest 2 sider i alt kan kopieres (copy/paste)
Detaljer om varen
- 2. Udgave
- Hardback: 448 sider
- Udgiver: Addison Wesley Professional (November 2018)
- ISBN: 9780134757599
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
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