SULJE VALIKKO

avaa valikko

Martin Fowler | Akateeminen Kirjakauppa

Haullasi löytyi yhteensä 47 tuotetta
Haluatko tarkentaa hakukriteerejä?



Refactoring -  Improving the Design of Existing Code
Martin Fowler
Pearson Education (US) (2019)
Kovakantinen kirja
53,80
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Refactoring
Martin Fowler; Kent Beck; John Brant; William Opdyke; Don Roberts
(1999)
Kovakantinen kirja
58,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Analysis Patterns
Martin Fowler
(1996)
Kovakantinen kirja
63,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
UML Distilled
Martin Fowler; Kendall Scott
(1999)
Pehmeäkantinen kirja
30,70
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Multi Pack:UML Distilled:A Brief Guide to the Standard Object Modeling Language  with The Unified Process Explained
Martin Fowler; Kendall Scott
(2004)
Pehmeäkantinen kirja
50,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Multi Pack: An Introduction to Systems Analysis Techniques and UML Distilled:A Brief Guide to the Standard Object Modeling Langu
Mark Lejk; David Deeks; Martin Fowler
(2004)
Pehmeäkantinen kirja
118,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Electronic Healthcare - 4th International Conference, eHealth 2011, Málaga, Spain, November 21-23, 2011, Revised Selected Papers
Patty Kostkova; Martin Szomszor; David Fowler
Springer-Verlag Berlin and Heidelberg GmbH & Co. KG (2012)
Pehmeäkantinen kirja
49,60
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Multi Pack Requirements Analysis and System Design: Developing Info Systems with UML
Leszek Maciaszek; Martin Fowler; Kendall Scott
(2003)
Pehmeäkantinen kirja
82,10
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Multi Pack: Software Engineering (International Edition) with UML Distilled:A Brief Guide to the Standard Object Modeling Langua
Shari Lawrence Pfleeger; Martin Fowler; Kendall Scott
(2003)
Pehmeäkantinen kirja
82,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Multi Pack: Fundamentals of Software Engineering:(International Edition) with UML Distilled:A Brief Guide to the Standard Object
Carlo Ghezzi; Mehdi Jazayeri; Dino Mandrioli; Martin Fowler; Kendall Scott
(2003)
Pehmeäkantinen kirja
85,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Multi Pack: Object Oriented Software Development Using Java (International Edition) with UML Distilled
Xiaoping Jia; Martin Fowler; Kendall Scott
(2003)
Pehmeäkantinen kirja
76,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Multi Pack Software Engineering
Ian Sommerville; Martin Fowler; Kendall Scott
(2003)
Moniviestin
82,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Multi Pack Software Engineering with OO and Components (updated Ed)
Perdita Stevens; Rob Pooley; Martin Fowler; Kendall Scott
(2003)
Pehmeäkantinen kirja
70,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Multi Pack An Introduction to Systems Analysis Tehniques
Mark Lejk; David Deeks; Martin Fowler; Kendall Scott
(2003)
Pehmeäkantinen kirja
48,40
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Writing Effective Use Cases with                                      UML Distilled:A Brief Guide to the Standard Object Modelin
Alistair Cockburn; Martin Fowler; Kendall Scott; David Bellin; Susan Suchman Simone
(2003)
Pehmeäkantinen kirja
67,90
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Multi Pack:Software Engineering with UML Distilled:A Brief Guide to the Standard Object Modeling Language
Ian Sommerville; Martin Fowler
(2004)
Moniviestin
100,40
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Multi Pack:Java Software Solutions:Foundations of Program Design, CodeMate with UML Distilled:A Brief Guide to the Standard Obje
John Lewis; William Loftus; Martin Fowler
(2004)
Pehmeäkantinen kirja
79,50
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Valuepack: Java Software Solutions (Java 5.0 version):Foundations of Program Design(International Edition) with UML Distilled:A
John Lewis; William Loftus; Martin Fowler
(2005)
Moniviestin
86,20
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Valuepack: C++ How to Program: United States Edition with Data Structures and Other Objects Using Java: International Edition an
Paul J. Deitel; Martin Fowler; Michael Main
(2005)
Pehmeäkantinen kirja
128,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Refactoring
Jay Fields; Shane Harvie; Martin Fowler; Kent Beck
(2009)
Kovakantinen kirja
40,00
Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
Refactoring - Improving the Design of Existing Code
53,80 €
Pearson Education (US)
Sivumäärä: 448 sivua
Asu: Kovakantinen kirja
Painos: 2nd edition
Julkaisuvuosi: 2019, 11.01.2019 (lisätietoa)
Kieli: Englanti
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)

Tuotetta lisätty
ostoskoriin kpl
Siirry koriin
LISÄÄ OSTOSKORIIN
Tilaustuote | Arvioimme, että tuote lähetetään meiltä noin 4-5 viikossa | Tilaa jouluksi viimeistään 27.11.2024
Myymäläsaatavuus
Helsinki
Tapiola
Turku
Tampere
Refactoring -  Improving the Design of Existing Codezoom
Näytä kaikki tuotetiedot
ISBN:
9780134757599
Sisäänkirjautuminen
Kirjaudu sisään
Rekisteröityminen
Oma tili
Omat tiedot
Omat tilaukset
Omat laskut
Lisätietoja
Asiakaspalvelu
Tietoa verkkokaupasta
Toimitusehdot
Tietosuojaseloste