|Eingestellt in Kategorie:
Ähnlichen Artikel verkaufen?

Bioinformatics Software Engineering: Delivering Effective Applications by Weston

AlibrisBooks
(459703)
Angemeldet als gewerblicher Verkäufer
US $83,13
Ca.CHF 66,65
Artikelzustand:
Neu
Ganz entspannt. Rückgaben akzeptiert.
Versand:
Kostenlos Standard Shipping.
Standort: Sparks, Nevada, USA
Lieferung:
Lieferung zwischen Sa, 19. Jul und Fr, 25. Jul nach 94104 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
     Diners Club

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:284322547346
Zuletzt aktualisiert am 09. Jul. 2025 02:49:31 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Neu: Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte ...
Book Title
Bioinformatics Software Engineering: Delivering Effective Applica
Publication Date
2004-10-08
ISBN
9780470857724

Über dieses Produkt

Product Identifiers

Publisher
Wiley & Sons, Incorporated, John
ISBN-10
0470857722
ISBN-13
9780470857724
eBay Product ID (ePID)
30223576

Product Key Features

Number of Pages
200 Pages
Publication Name
Bioinformatics Software Engineering : Delivering Effective Applications
Language
English
Subject
Immunology, General
Publication Year
2004
Type
Textbook
Subject Area
Computers, Medical
Author
Paul Weston
Format
Trade Paperback

Dimensions

Item Height
0.4 in
Item Weight
11.2 Oz
Item Length
9.6 in
Item Width
6.7 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2004-016911
Dewey Edition
22
Illustrated
Yes
Dewey Decimal
572.8/0285
Table Of Content
Preface List of figures. Acknowledgements. PART 1: INTRODUCTION. 1. What You Need to Know. 2. What Is Software Engineering? PART 2: BEFORE BEGINNING. 3. Project Definition. 4. Requirements Capture. 5. Separating Function, Interface and Implementation. 6. Implementation Considerations. 7. Proof of Concept, Prototyping and Buy-in. PART 3: GETTING IT DONE. 8. Data in, Data out and Data Transformation. 9. Where to Start? 10. Functional, then Optimized. 11. Coding Style. PART 4: FOR SOME VALUES OF DONE. 12. Writing the Friendly Manual. 13. Testing - What and When. 14. Rollout and Delivery. 15. Support and Feedback. 16. Planned and Unplanned Enhancements. 17 Project Signoff. Index.
Synopsis
Bioinformatics Software Engineering: Delivering Effective Applications will be useful to anyone who wants to understand how successful software can be developed in a rapidly changing environment. A handbook, not a textbook, it is not tied to any particular operating system, platform, language, or methodology., Bioinformatics Software Engineering: Delivering Effective Applications will be useful to anyone who wants to understand how successful software can be developed in a rapidly changing environment. A handbook, not a textbook, it is not tied to any particular operating system, platform, language, or methodology. Instead it focuses on principles and practices that have been proven in the real world. It is pragmatic, emphasizing the importance of what the author calls Adaptive Programming - doing what works in your situation, and it is concise, covering the whole software development lifecycle in one slim volume. At each stage, it describes common pitfalls, explains how these can be avoided, and suggests simple techniques which make it easier to deliver better solutions. "Well thought-out ... addresses many of the key issues facing developers of bioinformatics software." ( Simon Dear, Director, UK Technology and Development, Bioinformatics Engineering and Integration, Genetics Research, GlaxoSmithKline ) Here are some examples from the book itself. On software development: "Writing software properly involves talking to people - often lots of people - and plenty of non-coding work on your part. It requires the ability to dream up new solutions to problems so complicated that they are hard to describe." From description to specification: "Look for verbs - action words, such as 'does', 'is' and 'views'. Identify nouns - naming words, like 'user', 'home' and 'sequence'. List the adjectives - describing words, for example 'quick', 'simple' or 'precise'. The verbs are the functions that must be provided by your application. The nouns define the parameters to those functions, and the adjectives specify the constraint conditions under which your program must operate." On how to start writing software: "Handle errors. Take in data. Show output. Get going!" On testing: "It may not be physically possible to test every potential combination of situations that could occur as users interact with a program. But one thing that can be done is to test an application at the agreed extremes of its capability: the maximum number of simultaneous users it has to support, the minimum system configuration it must run on, the lowest communication speed it must cope with, and the most complex operations it must perform. If your program can cope with conditions at the edge of its performance envelope, it is less likely to encounter difficulties in dealing with less challenging situations." On showing early versions of software to users: "It can be hard explaining the software development process to people who are unfamiliar with it. Code that to you is nearly finished is simply not working to them, and seeing their dream in bits on the workbench can be disappointing to customers, especially when they were expecting to be able to take it for a test drive." On bugs: "If your users find a genuinely reproducible bug in production code, apologize, fix it fast, and then fix the system that allowed it through. And tell your customers what you are doing, and why, so they will be confident that it will not happen again. Everybody makes mistakes. Don't make the same ones twice." And one last thought on successful software development: "You have to be a detective, following up clues and examining evidence to discover what has gone wrong and why. And you have to be a politician, understanding what people want, both in public and in private, and how this is likely to affect what you are trying to do. This book cannot teach you how to do all of that, but it can help.", Bioinformatics Software Engineering: Delivering Effective Applications will be useful to anyone who wants to understand how successful software can be developed in a rapidly changing environment, especially newly qualified bioinformaticians. It is not tied to any particular operating system, platform, language, or methodology. Instead it focuses on principles and practices that have been proven in the real world. It is pragmatic, emphasizing the importance of what the author calls Adaptive Programming - doing what works in your situation. It is concise, covering the whole software development lifecycle in one slim volume. And, unusually for a computer book, it is eminently readable. "Well thought-out ... addresses many of the key issues facing developers of bioinformatics software." Simon Dear, Director, UK Technology and Development, GlaxoSmithKline, "Software Engineering for Bioinformaticians" - Ein praktischer Ratgeber für effektive Anwendungsentwicklung von A-Z. Hier erfahren Sie alles über das Entwicklen von Bioinformatik-Anwendungen, und wie Sie dabei Zeit und Nerven sparen. Der Schwerpunkt liegt auf allgemeinen Grundlagen, wobei der Leser nicht auf eine bestimmte Methodologie oder Plattform fixiert wird. Mit einer Fülle praktischer und nützlicher Informationen, die der Leser leicht auf die eigene Situation anwenden kann., Bioinformatics Software Engineering: Delivering Effective Applications will be useful to anyone who wants to understand how successful software can be developed in a rapidly changing environment. A handbook, not a textbook, it is not tied to any particular operating system, platform, language, or methodology. Instead it focuses on principles and practices that have been proven in the real world. It is pragmatic, emphasizing the importance of what the author calls Adaptive Programming - doing what works in your situation, and it is concise, covering the whole software development lifecycle in one slim volume. At each stage, it describes common pitfalls, explains how these can be avoided, and suggests simple techniques which make it easier to deliver better solutions. "Well thought-out ... addresses many of the key issues facing developers of bioinformatics software." ( Simon Dear, Director, UK Technology and Development, Bioinformatics Engineering and Integration, Genetics Research, GlaxoSmithKline ) Here are some examples from the book itself. On software development: "Writing software properly involves talking to people - often lots of people - and plenty of non-coding work on your part. It requires the ability to dream up new solutions to problems so complicated that they are hard to describe." From description to specification: "Look for verbs - action words, such as 'does', 'is' and 'views'. Identify nouns - naming words, like 'user', 'home' and 'sequence'. List the adjectives - describing words, for example 'quick', 'simple' or 'precise'. The verbs are the functions that must be provided by your application. The nouns define the parameters to those functions, and the adjectives specify the constraint conditions under which your program must operate." On how to start writing software: "Handle errors. Take in data. Show output. Get going " On testing: "It may not be physically possible to test every potential combination of situations that could occur as users interact with a program. But one thing that can be done is to test an application at the agreed extremes of its capability: the maximum number of simultaneous users it has to support, the minimum system configuration it must run on, the lowest communication speed it must cope with, and the most complex operations it must perform. If your program can cope with conditions at the edge of its performance envelope, it is less likely to encounter difficulties in dealing with less challenging situations." On showing early versions of software to users: "It can be hard explaining the software development process to people who are unfamiliar with it. Code that to you is nearly finished is simply not working to them, and seeing their dream in bits on the workbench can be disappointing to customers, especially when they were expecting to be able to take it for a test drive." On bugs: "If your users find a genuinely reproducible bug in production code, apologize, fix it fast, and then fix the system that allowed it through. And tell your customers what you are doing, and why, so they will be confident that it will not happen again. Everybody makes mistakes. Don't make the same ones twice." And one last thought on successful software development: "You have to be a detective, following up clues and examining evidence to discover what has gone wrong and why. And you have to be a politician, understanding what people want, both in public and in private, and how this is likely to affect what you are trying to do. This book cannot teach you how to do all of that, but it can help."
LC Classification Number
QH441.2

Artikelbeschreibung des Verkäufers

Info zu diesem Verkäufer

AlibrisBooks

98,6% positive Bewertungen1.9 Mio. Artikel verkauft

Mitglied seit Mai 2008
Angemeldet als gewerblicher Verkäufer
Alibris is the premier online marketplace for independent sellers of new & used books, as well as rare & collectible titles. We connect people who love books to thousands of independent sellers around ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
4.9

Verkäuferbewertungen (511'537)

Alle Bewertungen
Positiv
Neutral
Negativ