Refactoring (häftad)
Format
Inbunden (Hardback)
Språk
Engelska
Antal sidor
448
Utgivningsdatum
2019-01-11
Upplaga
2
Förlag
Addison-Wesley Professional
Dimensioner
231 x 193 x 23 mm
Vikt
1044 g
Antal komponenter
1
ISBN
9780134757599

Refactoring

Improving the Design of Existing Code

Inbunden,  Engelska, 2019-01-11
499
  • Skickas från oss inom 7-10 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Martin Fowlers 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.
Visa hela texten

Passar bra ihop

  1. Refactoring
  2. +
  3. Co-Intelligence

De som köpt den här boken har ofta också köpt Co-Intelligence av Ethan Mollick (häftad).

Köp båda 2 för 678 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Martin Fowler

Övrig information

Martin Fowler is Chief Scientist at ThoughtWorks. He describes himself as "an author, speaker, consultant and general loud-mouth on software development." Fowler concentrates on designing enterprise software: exploring what makes a good design and what practices are needed to create one.

Innehållsförteckning

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