Editore: Addison-Wesley Professional, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: World of Books (was SecondSale), Montgomery, IL, U.S.A.
EUR 26,05
Convertire valutaQuantità: 3 disponibili
Aggiungi al carrelloCondizione: Good. Item in good condition. Textbooks may not include supplemental items i.e. CDs, access codes etc.
Editore: Addison-Wesley Professional, Upper Saddle River, NJ, U.S.A., 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: Elizabeth Brown Books & Collectibles, San Diego, CA, U.S.A.
EUR 22,09
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloSoft cover. Condizione: Very Good to Fine. No Jacket. Near fine with a hint of rubbing and scuffing to glossy paper wraps. Otherwise tight, bright unmarked interior. NO remainder marks. Shipping confirmed!
Editore: Addison-Wesley Professional, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: WorldofBooks, Goring-By-Sea, WS, Regno Unito
EUR 30,04
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Editore: Pearson Education (US), New Jersey, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: Grand Eagle Retail, Bensenville, IL, U.S.A.
Prima edizione
EUR 45,38
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: new. Paperback. Kent is a master at creating code that communicates well, is easy to understand, and is a pleasure to read. Every chapter of this book contains excellent explanations and insights into the smaller but important decisions we continuously have to make when creating quality code and classes. Erich Gamma, IBM Distinguished Engineer Many teams have a master developer who makes a rapid stream of good decisions all day long. Their code is easy to understand, quick to modify, and feels safe and comfortable to work with. If you ask how they thought to write something the way they did, they always have a good reason. This book will help you become the master developer on your team. The breadth and depth of topics will engage veteran programmers, who will pick up new tricks and improve on old habits, while the clarity makes it accessible to even novice developers. Russ Rufer, Silicon Valley Patterns Group Many people dont realize how readable code can be and how valuable that readability is. Kent has taught me so much, Im glad this book gives everyone the chance to learn from him. Martin Fowler, chief scientist, ThoughtWorks Code should be worth reading, not just by the compiler, but by humans. Kent Beck distilled his experience into a cohesive collection of implementation patterns. These nuggets of advice will make your code truly worth reading. Gregor Hohpe, author of Enterprise Integration Patterns In this book Kent Beck shows how writing clear and readable code follows from the application of simple principles. Implementation Patterns will help developers write intention revealing code that is both easy to understand and flexible towards future extensions. A must read for developers who are serious about their code. Sven Gorts Implementation Patterns bridges the gap between design and coding. Beck introduces a new way of thinking about programming by basing his discussion on values and principles. Diomidis Spinellis, author of Code Reading and Code Quality Software Expert Kent Beck Presents a Catalog of Patterns Infinitely Useful for Everyday Programming Great code doesnt just function: it clearly and consistently communicates your intentions, allowing other programmers to understand your code, rely on it, and modify it with confidence. But great code doesnt just happen. It is the outcome of hundreds of small but critical decisions programmers make every single day. Now, legendary software innovator Kent Beckknown worldwide for creating Extreme Programming and pioneering software patterns and test-driven developmentfocuses on these critical decisions, unearthing powerful implementation patterns for writing programs that are simpler, clearer, better organized, and more cost effective. Beck collects 77 patterns for handling everyday programming tasks and writing more readable code. This new collection of patterns addresses many aspects of development, including class, state, behavior, method, collections, frameworks, and more. He uses diagrams, stories, examples, and essays to engage the reader as he illuminates the patterns. Youll find proven solutions for handling everything from naming variables to checking exceptions. This book covers The value of communicating through code and the philosophy behind patternsHow and when to create classes, and how classes encode logicBest practices for storing and retrieving stateBehavior: patterns for representing logic, including alternative pathsWriting, naming, and decomposing methodsChoosing and using collectionsImplementation pattern variat Shipping may be from multiple locations in the US or from the UK, depending on stock availability.
Editore: Addison-Wesley Professional, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: GreatBookPrices, Columbia, MD, U.S.A.
EUR 43,06
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
Editore: Addison-Wesley Professional, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: Toscana Books, AUSTIN, TX, U.S.A.
EUR 43,03
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: new. Excellent Condition.Excels in customer satisfaction, prompt replies, and quality checks.
Editore: Addison-Wesley Professional, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: California Books, Miami, FL, U.S.A.
EUR 48,60
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
Editore: Addison-Wesley Professional, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: GreatBookPrices, Columbia, MD, U.S.A.
EUR 48,34
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
Editore: Pearson Education (US), US, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: Rarewaves USA, OSWEGO, IL, U.S.A.
EUR 58,97
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloPaperback. Condizione: New. "Kent is a master at creating code that communicates well, is easy to understand, and is a pleasure to read. Every chapter of this book contains excellent explanations and insights into the smaller but important decisions we continuously have to make when creating quality code and classes." -Erich Gamma, IBM Distinguished Engineer "Many teams have a master developer who makes a rapid stream of good decisions all day long. Their code is easy to understand, quick to modify, and feels safe and comfortable to work with. If you ask how they thought to write something the way they did, they always have a good reason. This book will help you become the master developer on your team. The breadth and depth of topics will engage veteran programmers, who will pick up new tricks and improve on old habits, while the clarity makes it accessible to even novice developers." -Russ Rufer, Silicon Valley Patterns Group "Many people don't realize how readable code can be and how valuable that readability is. Kent has taught me so much, I'm glad this book gives everyone the chance to learn from him." -Martin Fowler, chief scientist, ThoughtWorks "Code should be worth reading, not just by the compiler, but by humans. Kent Beck distilled his experience into a cohesive collection of implementation patterns. These nuggets of advice will make your code truly worth reading." -Gregor Hohpe, author of Enterprise Integration Patterns "In this book Kent Beck shows how writing clear and readable code follows from the application of simple principles. Implementation Patterns will help developers write intention revealing code that is both easy to understand and flexible towards future extensions. A must read for developers who are serious about their code." -Sven Gorts "Implementation Patterns bridges the gap between design and coding. Beck introduces a new way of thinking about programming by basing his discussion on values and principles." -Diomidis Spinellis, author of Code Reading and Code Quality Software Expert Kent Beck Presents a Catalog of Patterns Infinitely Useful for Everyday Programming Great code doesn't just function: it clearly and consistently communicates your intentions, allowing other programmers to understand your code, rely on it, and modify it with confidence. But great code doesn't just happen. It is the outcome of hundreds of small but critical decisions programmers make every single day. Now, legendary software innovator Kent Beck-known worldwide for creating Extreme Programming and pioneering software patterns and test-driven development-focuses on these critical decisions, unearthing powerful "implementation patterns" for writing programs that are simpler, clearer, better organized, and more cost effective. Beck collects 77 patterns for handling everyday programming tasks and writing more readable code. This new collection of patterns addresses many aspects of development, including class, state, behavior, method, collections, frameworks, and more. He.
Editore: Addison-Wesley Professional, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: Ubiquity Trade, Miami, FL, U.S.A.
EUR 59,17
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New. Brand new! Please provide a physical shipping address.
Editore: Pearson Education (US), US, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: Rarewaves.com USA, London, LONDO, Regno Unito
EUR 66,24
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloPaperback. Condizione: New. "Kent is a master at creating code that communicates well, is easy to understand, and is a pleasure to read. Every chapter of this book contains excellent explanations and insights into the smaller but important decisions we continuously have to make when creating quality code and classes." -Erich Gamma, IBM Distinguished Engineer "Many teams have a master developer who makes a rapid stream of good decisions all day long. Their code is easy to understand, quick to modify, and feels safe and comfortable to work with. If you ask how they thought to write something the way they did, they always have a good reason. This book will help you become the master developer on your team. The breadth and depth of topics will engage veteran programmers, who will pick up new tricks and improve on old habits, while the clarity makes it accessible to even novice developers." -Russ Rufer, Silicon Valley Patterns Group "Many people don't realize how readable code can be and how valuable that readability is. Kent has taught me so much, I'm glad this book gives everyone the chance to learn from him." -Martin Fowler, chief scientist, ThoughtWorks "Code should be worth reading, not just by the compiler, but by humans. Kent Beck distilled his experience into a cohesive collection of implementation patterns. These nuggets of advice will make your code truly worth reading." -Gregor Hohpe, author of Enterprise Integration Patterns "In this book Kent Beck shows how writing clear and readable code follows from the application of simple principles. Implementation Patterns will help developers write intention revealing code that is both easy to understand and flexible towards future extensions. A must read for developers who are serious about their code." -Sven Gorts "Implementation Patterns bridges the gap between design and coding. Beck introduces a new way of thinking about programming by basing his discussion on values and principles." -Diomidis Spinellis, author of Code Reading and Code Quality Software Expert Kent Beck Presents a Catalog of Patterns Infinitely Useful for Everyday Programming Great code doesn't just function: it clearly and consistently communicates your intentions, allowing other programmers to understand your code, rely on it, and modify it with confidence. But great code doesn't just happen. It is the outcome of hundreds of small but critical decisions programmers make every single day. Now, legendary software innovator Kent Beck-known worldwide for creating Extreme Programming and pioneering software patterns and test-driven development-focuses on these critical decisions, unearthing powerful "implementation patterns" for writing programs that are simpler, clearer, better organized, and more cost effective. Beck collects 77 patterns for handling everyday programming tasks and writing more readable code. This new collection of patterns addresses many aspects of development, including class, state, behavior, method, collections, frameworks, and more. He.
Editore: Pearson Education (US), US, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: Infinity Books Japan, Tokyo, TKY, Giappone
EUR 20,77
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. A copy that has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged. "Kent is a master at creating code that communicates well, is easy to understand, and is a pleasure to read. Every chapter of this book contains excellent explanations and insights into the smaller but important decisions we continuously have to make when creating quality code and classes." -Erich Gamma, IBM Distinguished Engineer "Many teams have a master developer who makes a rapid stream of good decisions all day long. Their code is easy to understand, quick to modify, and feels safe and comfortable to work with. If you ask how they thought to write something the way they did, they always have a good reason. This book will help you become the master developer on your team. The breadth and depth of topics will engage veteran programmers, who will pick up new tricks and improve on old habits, while the clarity makes it accessible to even novice developers." -Russ Rufer, Silicon Valley Patterns Group "Many people don't realize how readable code can be and how valuable that readability is. Kent has taught me so much, I'm glad this book gives everyone the chance to learn from him." -Martin Fowler, chief scientist, ThoughtWorks "Code should be worth reading, not just by the compiler, but by humans. Kent Beck distilled his experience into a cohesive collection of implementation patterns. These nuggets of advice will make your code truly worth reading." -Gregor Hohpe, author of Enterprise Integration Patterns "In this book Kent Beck shows how writing clear and readable code follows fro.
Editore: Addison-Wesley Professional 10/1/2007, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: BargainBookStores, Grand Rapids, MI, U.S.A.
EUR 68,20
Convertire valutaQuantità: 5 disponibili
Aggiungi al carrelloPaperback or Softback. Condizione: New. Implementation Patterns. Book.
EUR 53,33
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback / softback. Condizione: New. New copy - Usually dispatched within 4 working days. 384.
Editore: Addison-Wesley Professional, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: GreatBookPricesUK, Woodford Green, Regno Unito
EUR 53,32
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: New.
Editore: Addison-Wesley Professional, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: GreatBookPricesUK, Woodford Green, Regno Unito
EUR 54,75
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloCondizione: As New. Unread book in perfect condition.
EUR 73,72
Convertire valutaQuantità: 4 disponibili
Aggiungi al carrelloCondizione: New. pp. xvi + 157.
Editore: Addison-Wesley Professional, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: BennettBooksLtd, San Diego, NV, U.S.A.
EUR 75,02
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrellopaperback. Condizione: New. In shrink wrap. Looks like an interesting title!
EUR 63,31
Convertire valutaQuantità: 2 disponibili
Aggiungi al carrelloPaperback. Condizione: Brand New. 1st edition. 157 pages. 9.25x7.00x0.50 inches. In Stock.
Editore: Pearson Education (US), New Jersey, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: AussieBookSeller, Truganina, VIC, Australia
Prima edizione
EUR 70,94
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloPaperback. Condizione: new. Paperback. Kent is a master at creating code that communicates well, is easy to understand, and is a pleasure to read. Every chapter of this book contains excellent explanations and insights into the smaller but important decisions we continuously have to make when creating quality code and classes. Erich Gamma, IBM Distinguished Engineer Many teams have a master developer who makes a rapid stream of good decisions all day long. Their code is easy to understand, quick to modify, and feels safe and comfortable to work with. If you ask how they thought to write something the way they did, they always have a good reason. This book will help you become the master developer on your team. The breadth and depth of topics will engage veteran programmers, who will pick up new tricks and improve on old habits, while the clarity makes it accessible to even novice developers. Russ Rufer, Silicon Valley Patterns Group Many people dont realize how readable code can be and how valuable that readability is. Kent has taught me so much, Im glad this book gives everyone the chance to learn from him. Martin Fowler, chief scientist, ThoughtWorks Code should be worth reading, not just by the compiler, but by humans. Kent Beck distilled his experience into a cohesive collection of implementation patterns. These nuggets of advice will make your code truly worth reading. Gregor Hohpe, author of Enterprise Integration Patterns In this book Kent Beck shows how writing clear and readable code follows from the application of simple principles. Implementation Patterns will help developers write intention revealing code that is both easy to understand and flexible towards future extensions. A must read for developers who are serious about their code. Sven Gorts Implementation Patterns bridges the gap between design and coding. Beck introduces a new way of thinking about programming by basing his discussion on values and principles. Diomidis Spinellis, author of Code Reading and Code Quality Software Expert Kent Beck Presents a Catalog of Patterns Infinitely Useful for Everyday Programming Great code doesnt just function: it clearly and consistently communicates your intentions, allowing other programmers to understand your code, rely on it, and modify it with confidence. But great code doesnt just happen. It is the outcome of hundreds of small but critical decisions programmers make every single day. Now, legendary software innovator Kent Beckknown worldwide for creating Extreme Programming and pioneering software patterns and test-driven developmentfocuses on these critical decisions, unearthing powerful implementation patterns for writing programs that are simpler, clearer, better organized, and more cost effective. Beck collects 77 patterns for handling everyday programming tasks and writing more readable code. This new collection of patterns addresses many aspects of development, including class, state, behavior, method, collections, frameworks, and more. He uses diagrams, stories, examples, and essays to engage the reader as he illuminates the patterns. Youll find proven solutions for handling everything from naming variables to checking exceptions. This book covers The value of communicating through code and the philosophy behind patternsHow and when to create classes, and how classes encode logicBest practices for storing and retrieving stateBehavior: patterns for representing logic, including alternative pathsWriting, naming, and decomposing methodsChoosing and using collectionsImplementation p Shipping may be from our Sydney, NSW warehouse or from our UK or US warehouse, depending on stock availability.
Editore: Pearson Education (US), US, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: Rarewaves USA United, OSWEGO, IL, U.S.A.
EUR 61,32
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloPaperback. Condizione: New. "Kent is a master at creating code that communicates well, is easy to understand, and is a pleasure to read. Every chapter of this book contains excellent explanations and insights into the smaller but important decisions we continuously have to make when creating quality code and classes." -Erich Gamma, IBM Distinguished Engineer "Many teams have a master developer who makes a rapid stream of good decisions all day long. Their code is easy to understand, quick to modify, and feels safe and comfortable to work with. If you ask how they thought to write something the way they did, they always have a good reason. This book will help you become the master developer on your team. The breadth and depth of topics will engage veteran programmers, who will pick up new tricks and improve on old habits, while the clarity makes it accessible to even novice developers." -Russ Rufer, Silicon Valley Patterns Group "Many people don't realize how readable code can be and how valuable that readability is. Kent has taught me so much, I'm glad this book gives everyone the chance to learn from him." -Martin Fowler, chief scientist, ThoughtWorks "Code should be worth reading, not just by the compiler, but by humans. Kent Beck distilled his experience into a cohesive collection of implementation patterns. These nuggets of advice will make your code truly worth reading." -Gregor Hohpe, author of Enterprise Integration Patterns "In this book Kent Beck shows how writing clear and readable code follows from the application of simple principles. Implementation Patterns will help developers write intention revealing code that is both easy to understand and flexible towards future extensions. A must read for developers who are serious about their code." -Sven Gorts "Implementation Patterns bridges the gap between design and coding. Beck introduces a new way of thinking about programming by basing his discussion on values and principles." -Diomidis Spinellis, author of Code Reading and Code Quality Software Expert Kent Beck Presents a Catalog of Patterns Infinitely Useful for Everyday Programming Great code doesn't just function: it clearly and consistently communicates your intentions, allowing other programmers to understand your code, rely on it, and modify it with confidence. But great code doesn't just happen. It is the outcome of hundreds of small but critical decisions programmers make every single day. Now, legendary software innovator Kent Beck-known worldwide for creating Extreme Programming and pioneering software patterns and test-driven development-focuses on these critical decisions, unearthing powerful "implementation patterns" for writing programs that are simpler, clearer, better organized, and more cost effective. Beck collects 77 patterns for handling everyday programming tasks and writing more readable code. This new collection of patterns addresses many aspects of development, including class, state, behavior, method, collections, frameworks, and more. He.
EUR 39,35
Convertire valutaQuantità: 5 disponibili
Aggiungi al carrelloTaschenbuch. Condizione: Neu. Implementation Patterns | Kent Beck | Taschenbuch | Kartoniert / Broschiert | Englisch | 2007 | Pearson | EAN 9780321413093 | Verantwortliche Person für die EU: preigu GmbH & Co. KG, Lengericher Landstr. 19, 49078 Osnabrück, mail[at]preigu[dot]de | Anbieter: preigu.
Editore: Addison-Wesley Auflage: 1 (14. Dezember 2007), 2007
ISBN 10: 3827326443 ISBN 13: 9783827326447
Lingua: Tedesco
Da: BUCHSERVICE / ANTIQUARIAT Lars Lutzer, Wahlstedt, Germania
EUR 21,99
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloSoftcover. Condizione: gut. Auflage: 1 (14. Dezember 2007). Dieses Buch ist ein Katalog von häufigen Entscheidungen, die Programmierer treffen, und der Ansätze zu diesen Entscheidungen, aus denen sich Code ergibt, der sich klar vermitteln lässt. Programmierer, die Implementierungsmuster anwenden, gelangen zu Code, der einheitlich, leicht verständlich und problemlos zu modifizieren ist. Implementierungsmuster sind für Programmierer attraktiv, die ihre persönlichen Vorgehensweisen verbessern möchten, für Teams, die einen gemeinsamen Stil anstreben, und für Sprachdesigner, die auf der Suche nach Abstraktionen für die nächste Generation von Programmiersprachen sind. Buchrückseite Softwareexperte Kent Beck präsentiert einen Katalog von 77 Patterns, die für die tägliche Programmierung und, um verständlicheren Code schreiben zu können, eine unschätzbare Hilfe sind. Diese neue Sammlung von Patterns widmet sich vielen Aspekten der Entwicklung. Dazu gehören unter anderem Klasse, Zustand, Verhalten, Methode, Collections und Frameworks. Mit Diagrammen, Geschichten, Beispielen und Essays werden dem Leser die Patterns anschaulich dargestellt. Hier finden Sie bewährte Lösungen für alle Bereiche der Programmierung, angefangen bei der Benennung von Variablen bis hin zu checked Exceptions. Großartiger Code funktioniert nicht einfach nur. Er drückt klar und einheitlich Ihre Absichten aus, sodass andere Programmierer Ihren Code verstehen, sich darauf verlassen und ihn problemlos modifizieren können. Doch großartiger Code kommt auch nicht von selbst. Er ist das Ergebnis hunderter kleiner aber wichtiger Entscheidungen, die Programmierer jeden Tag treffen. In diesem Buch konzentriert sich der legendäre Softwareinnovator Kent Beck - weltweit bekannt für das Konzept der Extremprogrammierung und seine Pionierarbeiten zu Softwarepatterns und testgesteuerter Entwicklung - auf diese kritischen Entscheidungen und beschreibt leistungsfähige "Implementation Patterns", mit denen sich Programme einfacher, klarer, besser organisiert und kostengünstiger schreiben lassen. Implementation Patterns hilft Programmierern auf allen Erfahrungsebenen, besonders denjenigen, die bereits von Softwarepatterns oder agilen Methoden profitiert haben. Außerdem ist dieses Buch eine unverzichtbare Quelle für Entwicklerteams, die effizienter zusammenarbeiten möchten und an Software interessiert sind, die sich besser warten lässt. Kein anderes Programmierbuch geht häufiger auf Ihre tagtägliche Arbeit ein. Dieses Buch zeigt, welchen Wert die Kommunikation per Code hat und welche Philosophie hinter Patterns steckt wie und wann Klassen erstellt werden sollten und wie Klassen Logik kodieren wie Sie Zustandsinformationen speichern und abrufen wie Sie Verhalten realisieren, d.h. Logik einschließlich alternativer Wege mit Patterns darstellen wie Sie Methoden schreiben, benennen und zerlegen wie Sie Collections auswählen und verwenden wie Sie Frameworks mit Variationen von Implementation Patterns erstellen In deutscher Sprache. 191 pages. 24 x 17 x 2 cm.
EUR 24,70
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: Sehr gut. Zustand: Sehr gut | Sprache: Englisch | Produktart: Bücher.
EUR 24,70
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: Gut. Zustand: Gut | Sprache: Englisch | Produktart: Bücher.
Editore: Pearson Education (US), US, 2007
ISBN 10: 0321413091 ISBN 13: 9780321413093
Lingua: Inglese
Da: Rarewaves.com UK, London, Regno Unito
EUR 61,71
Convertire valutaQuantità: Più di 20 disponibili
Aggiungi al carrelloPaperback. Condizione: New. "Kent is a master at creating code that communicates well, is easy to understand, and is a pleasure to read. Every chapter of this book contains excellent explanations and insights into the smaller but important decisions we continuously have to make when creating quality code and classes." -Erich Gamma, IBM Distinguished Engineer "Many teams have a master developer who makes a rapid stream of good decisions all day long. Their code is easy to understand, quick to modify, and feels safe and comfortable to work with. If you ask how they thought to write something the way they did, they always have a good reason. This book will help you become the master developer on your team. The breadth and depth of topics will engage veteran programmers, who will pick up new tricks and improve on old habits, while the clarity makes it accessible to even novice developers." -Russ Rufer, Silicon Valley Patterns Group "Many people don't realize how readable code can be and how valuable that readability is. Kent has taught me so much, I'm glad this book gives everyone the chance to learn from him." -Martin Fowler, chief scientist, ThoughtWorks "Code should be worth reading, not just by the compiler, but by humans. Kent Beck distilled his experience into a cohesive collection of implementation patterns. These nuggets of advice will make your code truly worth reading." -Gregor Hohpe, author of Enterprise Integration Patterns "In this book Kent Beck shows how writing clear and readable code follows from the application of simple principles. Implementation Patterns will help developers write intention revealing code that is both easy to understand and flexible towards future extensions. A must read for developers who are serious about their code." -Sven Gorts "Implementation Patterns bridges the gap between design and coding. Beck introduces a new way of thinking about programming by basing his discussion on values and principles." -Diomidis Spinellis, author of Code Reading and Code Quality Software Expert Kent Beck Presents a Catalog of Patterns Infinitely Useful for Everyday Programming Great code doesn't just function: it clearly and consistently communicates your intentions, allowing other programmers to understand your code, rely on it, and modify it with confidence. But great code doesn't just happen. It is the outcome of hundreds of small but critical decisions programmers make every single day. Now, legendary software innovator Kent Beck-known worldwide for creating Extreme Programming and pioneering software patterns and test-driven development-focuses on these critical decisions, unearthing powerful "implementation patterns" for writing programs that are simpler, clearer, better organized, and more cost effective. Beck collects 77 patterns for handling everyday programming tasks and writing more readable code. This new collection of patterns addresses many aspects of development, including class, state, behavior, method, collections, frameworks, and more. He.
EUR 51,65
Convertire valutaQuantità: 3 disponibili
Aggiungi al carrellopaperback. Condizione: New. Paperback. Pages Number: 176 Language: . Publisher: ; 1 (200911). 7777.
Editore: Addison-Wesley Auflage: 1 (12. April 2010), 2010
ISBN 10: 3827329906 ISBN 13: 9783827329905
Lingua: Tedesco
Da: BUCHSERVICE / ANTIQUARIAT Lars Lutzer, Wahlstedt, Germania
EUR 39,99
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloSoftcover. Condizione: gut. Auflage: 1 (12. April 2010). Dieses Buch ist ein Katalog von häufigen Entscheidungen, die Programmierer treffen, und der Ansätze zu diesen Entscheidungen, aus denen sich Code ergibt, der sich klar vermitteln lässt. Programmierer, die Implementierungsmuster anwenden, gelangen zu Code, der einheitlich, leicht verständlich und problemlos zu modifizieren ist. Implementierungsmuster sind für Programmierer attraktiv, die ihre persönlichen Vorgehensweisen verbessern möchten, für Teams, die einen gemeinsamen Stil anstreben, und für Sprachdesigner, die auf der Suche nach Abstraktionen für die nächste Generation von Programmiersprachen sind. Buchrückseite Softwareexperte Kent Beck präsentiert einen Katalog von 77 Patterns, die für die tägliche Programmierung und, um verständlicheren Code schreiben zu können, eine unschätzbare Hilfe sind. Diese neue Sammlung von Patterns widmet sich vielen Aspekten der Entwicklung. Dazu gehören unter anderem Klasse, Zustand, Verhalten, Methode, Collections und Frameworks. Mit Diagrammen, Geschichten, Beispielen und Essays werden dem Leser die Patterns anschaulich dargestellt. Hier finden Sie bewährte Lösungen für alle Bereiche der Programmierung, angefangen bei der Benennung von Variablen bis hin zu checked Exceptions. Großartiger Code funktioniert nicht einfach nur. Er drückt klar und einheitlich Ihre Absichten aus, sodass andere Programmierer Ihren Code verstehen, sich darauf verlassen und ihn problemlos modifizieren können. Doch großartiger Code kommt auch nicht von selbst. Er ist das Ergebnis hunderter kleiner aber wichtiger Entscheidungen, die Programmierer jeden Tag treffen. In diesem Buch konzentriert sich der legendäre Softwareinnovator Kent Beck - weltweit bekannt für das Konzept der Extremprogrammierung und seine Pionierarbeiten zu Softwarepatterns und testgesteuerter Entwicklung - auf diese kritischen Entscheidungen und beschreibt leistungsfähige "Implementation Patterns", mit denen sich Programme einfacher, klarer, besser organisiert und kostengünstiger schreiben lassen. Implementation Patterns hilft Programmierern auf allen Erfahrungsebenen, besonders denjenigen, die bereits von Softwarepatterns oder agilen Methoden profitiert haben. Außerdem ist dieses Buch eine unverzichtbare Quelle für Entwicklerteams, die effizienter zusammenarbeiten möchten und an Software interessiert sind, die sich besser warten lässt. Kein anderes Programmierbuch geht häufiger auf Ihre tagtägliche Arbeit ein. Dieses Buch zeigt, welchen Wert die Kommunikation per Code hat und welche Philosophie hinter Patterns steckt wie und wann Klassen erstellt werden sollten und wie Klassen Logik kodieren wie Sie Zustandsinformationen speichern und abrufen wie Sie Verhalten realisieren, d.h. Logik einschließlich alternativer Wege mit Patterns darstellen wie Sie Methoden schreiben, benennen und zerlegen wie Sie Collections auswählen und verwenden wie Sie Frameworks mit Variationen von Implementation Patterns erstellen In deutscher Sprache. 191 pages. 24 x 17 x 2 cm.
Da: medimops, Berlin, Germania
EUR 28,39
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloCondizione: very good. Gut/Very good: Buch bzw. Schutzumschlag mit wenigen Gebrauchsspuren an Einband, Schutzumschlag oder Seiten. / Describes a book or dust jacket that does show some signs of wear on either the binding, dust jacket or pages.
Editore: Boston: Pearson Education, 2008
Lingua: Tedesco
Da: Brücke Schleswig-Holstein gGmbH, Kiel, Germania
EUR 19,59
Convertire valutaQuantità: 1 disponibili
Aggiungi al carrelloSoftcover/Paperback. Condizione: Gut. 157 S. Unterschnitt mit Druckspuren, altersgemäße Gebrauchsspuren, insg. in einem guten Zustand, Lagerfach U3 U3 //Rechnung mit ausgewiesener MwSt. liegt bei.// Sprache: Deutsch Gewicht in Gramm: 358.