Fenster schließen
Was suchen Sie? (Suchworte, EAN-Nr.)  Such-Tipps

Produktvorschläge:
Sämtliche Gedichte
Sämtliche Gedichte
Binding : Gebundene Ausgabe, Edition : 7., Aufl., Label : Diogenes Verlag, Zürich, Publisher : Diogenes Verlag, Zürich, medium : Gebundene Ausgabe, numberOfPages : 864, publicationDate : 2003-10-01, authors : Joachim Ringelnatz, languages : german, ISBN[...]
EAN 9783257061451
Hersteller: Joachim Ringelnatz
Bester Preis:
5,99€ (+1.99)
von: Medimops (gebrauchtes)
Thomas Mann, Gesammelte Werke in Einzelbänden. Frankfurter Ausgabe: Joseph und seine Brüder III Joseph in Ägypten: Bd. 1
Thomas Mann, Gesammelte Werke in Einzelbänden. Frankfurter Ausgabe: Joseph und seine Brüder III Joseph in Ägypten: Bd. 1
Binding : Gebundene Ausgabe, Edition : 4, Label : S. Fischer Verlag, Publisher : S. Fischer Verlag, medium[...]
EAN 9783100482327
Hersteller: Thomas Mann
Bester Preis:
30,49€
von: Medimops (gebrauchtes)
Früher war mehr Lametta: Hinterhältige Weihnachtsgeschichten sowie acht Gedichte
Früher war mehr Lametta: Hinterhältige Weihnachtsgeschichten sowie acht Gedichte
Binding : Gebundene Ausgabe, Edition : 1, Label : Diogenes, Publisher : Diogenes, medium : Gebundene Ausgabe, numberOfPages : 357, publicationDate : 2012-10-23,[...]
EAN 9783257068443
Hersteller: Daniel Kampa
Bester Preis:
7,99€ (+1.99)
von: Medimops (gebrauchtes)
Garp und wie er die Welt sah
Garp und wie er die Welt sah
Binding : Gebundene Ausgabe, Label : Diogenes, Publisher : Diogenes, medium : Gebundene Ausgabe, numberOfPages : 839, publicationDate : 2012-02-21, authors : John Irving, translators : Jürgen Abel, languages : german, ISBN :[...]
EAN 9783257068153
Hersteller: John Irving
Bester Preis:
13,99€ (+1.99)
von: Medimops (gebrauchtes)
Alle Preise
Das Buch der Kinder: Roman
Das Buch der Kinder: Roman
Binding : Gebundene Ausgabe, Edition : 1, Label : S. Fischer Verlag, Publisher : S. Fischer Verlag, medium : Gebundene Ausgabe, numberOfPages : 896, publicationDate : 2011-09-05, authors : Byatt, A. S., translators : Melanie Walz,[...]
EAN 9783100044174
Hersteller: Byatt, A. S.
Bester Preis:
4,49€ (+1.99)
von: Medimops (gebrauchtes)
Alle Preise
Die Zeit der schweren Not: Schicksale aus dem Kulturleben Berlins 1807 bis 1815: Schicksale aus dem Kulturleben Berlins
Die Zeit der schweren Not: Schicksale aus dem Kulturleben Berlins 1807 bis 1815: Schicksale aus dem Kulturleben Berlins
Binding : Gebundene Ausgabe, Edition : 3, Label : S. Fischer Verlag, Publisher : S. Fischer Verlag, medium[...]
EAN 9783100098344
Hersteller: Bruyn, Günter de
Bester Preis:
5,49€ (+1.99)
von: Medimops (gebrauchtes)
Jossel Rakovers Wendung zu Gott
Jossel Rakovers Wendung zu Gott
Binding : Gebundene Ausgabe, Edition : 2., Aufl., Label : Diogenes, Publisher : Diogenes, medium : Gebundene Ausgabe, numberOfPages : 184, publicationDate : 2004-10-01, authors : Zvi Kolitz, publishers : Paul Badde, languages[...]
EAN 9783257064483
Hersteller: Zvi Kolitz
Bester Preis:
3,99€ (+1.99)
von: Medimops (gebrauchtes)
Achtung Weihnachten: Hinterhältige Geschichten und Gedichte
Achtung Weihnachten: Hinterhältige Geschichten und Gedichte
Binding : Gebundene Ausgabe, Edition : 1, Label : Diogenes, Publisher : Diogenes, medium : Gebundene Ausgabe, numberOfPages : 237, publicationDate : 2010-11-15, languages : german, ISBN : 325701015X
EAN 9783257010152
Hersteller: unbekannt
Bester Preis:
13,99€ (+1.99)
von: Medimops (gebrauchtes)

Refactoring: Improving the Design of Existing Code (Addison-wesley Signature Series (Fowler))

Hersteller: Martin Fowler / EAN-Nummer: 9780134757599


TOP PREIS!
Fowler, Martin: Refactoring

Anbieter: Averdo

Fowler, Martin: Refactoring
Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its internal structure. With refactoring you can even take a bad design and rework it into a good one. This book offers a thorough discussion of the principles of refactoring, including where to spot opportunities for refactoring, and how to set up the required tests. There is also a catalog of more than 40 proven refactorings with details as to when and why to use the refactoring, step by step instructions for implementing it, and an example illustrating how it works The book is written using Java as its principle language, but the ideas are applicable to any OO language.

Anbieter-Kategorie: >

Preis: 44,80 Euro (+ Versandkosten 0,00 Euro)

ID: 24315888255

Refactoring: Improving the Design of Existing Code

Anbieter: Thalia-Fremdsprachen

Refactoring: Improving the Design of Existing Code
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) [...]

Anbieter-Kategorie: Fremdsprachige Bücher

Preis: 46,99 Euro (+ Versandkosten 0,00 Euro)

ID: 20236701485

Refactoring: Improving the Design of Existing Code (Addison-wesley Signature Series (Fowler))

Anbieter: Medimops (gebrauchtes)

Refactoring: Improving the Design of Existing Code (Addison-wesley Signature Series (Fowler))
Binding : Gebundene Ausgabe, Edition : 2nd, Label : Addison Wesley, Publisher : Addison Wesley, medium : Gebundene Ausgabe, numberOfPages : 418, publicationDate : 2019-01-04, authors : Martin Fowler, ISBN : 0134757599

Anbieter-Kategorie: Bücher

Preis: 47,66 Euro (+ Versandkosten 0,00 Euro)

ID: 21648604521

Schlagworte der gewählten Anbieter-Kategorien:
the, and, in, of, der, das, bücher, die, für, und, for, to, book, schuster, little, simon, vermilion, macmillan, collins, harper, mit, usa, unbekannt, ein, von, im, roman, band, des, uk, den, zum, eine, wie, aus, leben, zu, auf, dem, über, zur, harpercollins, random, vol, guide, edition, set, with, art, box, world, potter, harry, complete, john, de, david, rowling, group, boxed, michael, moleskine, how, fremdsprachige, books, us, penguin, house, ltd, publishing, press, llc, ausgabe