- 5 Ergebnisse
Kleinster Preis: € 5,96, größter Preis: € 45,82, Mittelwert: € 21,11
1
Bestellen
bei Biblio.co.uk
$ 7,48
(ca. € 6,87)
Versand: € 19,481
Bestellengesponserter Link
Damian Conway:

Perl Best Practices: Standards and Styles for Developing Maintain able Code - Taschenbuch

2005, ISBN: 9780596001735

Gebundene Ausgabe

University of Wisconsin Press, 1987. Hardcover. Acceptable. Disclaimer:A readable copy. All pages are intact, and the cover is intact. Pages can include considerable notes-in pen or hig… Mehr…

USA, U.. - Versandkosten: EUR 19.48 ThriftBooks, ThriftBooks, The Vespiary Book Restoration & Bindery, bookexpress.co.nz, bookexpress.co.nz
2
Bestellen
bei Biblio.co.uk
$ 7,47
(ca. € 6,93)
Versand: € 19,641
Bestellengesponserter Link

Damian Conway:

Perl Best Practices: Standards and Styles for Developing Maintain able Code - Taschenbuch

2005, ISBN: 9780596001735

O'Reilly Media. Very Good. 7 x 0.98 x 9.19 inches. Paperback. 2005. 544 pages. <br>Many programmers code by instinct, relying on conv enient habits or a style they picked up ear… Mehr…

Versandkosten: EUR 19.64 bookexpress.co.nz
3
Perl Best Practices: Standards and Styles for Developing Maintainable Code Damian Conway Author
Bestellen
bei BarnesandNoble.com
€ 39,99
Bestellengesponserter Link
Perl Best Practices: Standards and Styles for Developing Maintainable Code Damian Conway Author - neues Buch

ISBN: 9780596001735

Many programmers code by instinct, relying on convenient habits or a style they picked up early on. They aren't conscious of all the choices they make, like how they format their source, … Mehr…

new in stock. Versandkosten:zzgl. Versandkosten.
4
Perl Best Practices: Standards and Styles for Developing Maintain able Code - Damian Conway
Bestellen
bei AbeBooks.de
€ 5,96
Versand: € 23,291
Bestellengesponserter Link
Damian Conway:
Perl Best Practices: Standards and Styles for Developing Maintain able Code - Taschenbuch

2005, ISBN: 0596001738

[EAN: 9780596001735], Gebraucht, sehr guter Zustand, [PU: O'Reilly Media], LINUX, UNIX, WEB PROGRAMMING, PROGRAMMING & SCRIPTING LANGUAGES: GENERAL, SOFTWARE ENGINEERING, NATURAL LANGUAGE… Mehr…

NOT NEW BOOK. Versandkosten: EUR 23.29 Book Express (NZ), Wellington, New Zealand [5578174] [Rating: 4 (von 5)]
5
Perl Best Practices (Paperback) - Damian Conway
Bestellen
bei AbeBooks.de
€ 45,82
Versand: € 29,281
Bestellengesponserter Link
Damian Conway:
Perl Best Practices (Paperback) - Taschenbuch

2005, ISBN: 0596001738

[EAN: 9780596001735], Neubuch, [PU: O'Reilly Media, Sebastopol], Paperback. Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren… Mehr…

NEW BOOK. Versandkosten: EUR 29.28 CitiRetail, Stevenage, United Kingdom [9235530] [Rating: 4 (von 5)]

1Da einige Plattformen keine Versandkonditionen übermitteln und diese vom Lieferland, dem Einkaufspreis, dem Gewicht und der Größe des Artikels, einer möglichen Mitgliedschaft der Plattform, einer direkten Lieferung durch die Plattform oder über einen Drittanbieter (Marketplace), etc. abhängig sein können, ist es möglich, dass die von eurobuch angegebenen Versandkosten nicht mit denen der anbietenden Plattform übereinstimmen.

Bibliographische Daten des bestpassenden Buches

Details zum Buch
Perl Best Practices: Standards and Styles for Developing Maintainable Code Damian Conway Author

Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. They're focused entirely on problems they're solving, solutions they're creating, and algorithms they're implementing. So they write code in the way that seems natural, that happens intuitively, and that feels good. But if you're serious about your profession, intuition isn't enough. Perl Best Practices author Damian Conway explains that rules, conventions, standards, and practices not only help programmers communicate and coordinate with one another, they also provide a reliable framework for thinking about problems, and a common language for expressing solutions. This is especially critical in Perl, because the language is designed to offer many ways to accomplish the same task, and consequently it supports many incompatible dialects. With a good dose of Aussie humor, Dr. Conway (familiar to many in the Perl community) offers 256 guidelines on the art of coding to help you write better Perl code--in fact, the best Perl code you possibly can. The guidelines cover code layout, naming conventions, choice of data and control structures, program decomposition, interface design and implementation, modularity, object orientation, error handling, testing, and debugging. They're designed to work together to produce code that is clear, robust, efficient, maintainable, and concise, but Dr. Conway doesn't pretend that this is the one true universal and unequivocal set of best practices. Instead, Perl Best Practices offers coherent and widely applicable suggestions based on real-world experience of how code is actually written, rather than on someone's ivory-tower theories on how software ought to be created. Most of all, Perl Best Practices offers guidelines that actually work, and that many developers around the world are already using. Much like Perl itself, these guidelines are about helping you to get your job done, without getting in the way. Praise for Perl Best Practices from Perl community members: "As a manager of a large Perl project, I'd ensure that every member of my team has a copy of Perl Best Practices on their desk, and use it as the basis for an in-house style guide." -- Randal Schwartz "There are no more excuses for writing bad Perl programs. All levels of Perl programmer will be more productive after reading this book." -- Peter Scott "Perl Best Practices will be the next big important book in the evolution of Perl. The ideas and practices Damian lays down will help bring Perl out from under the embarrassing heading of "scripting languages". Many of us have known Perl is a real programming language, worthy of all the tasks normally delegated to Java and C++. With Perl Best Practices, Damian shows specifically how and why, so everyone else can see, too." -- Andy Lester "Damian's done what many thought impossible: show how to build large, maintainable Perl applications, while still letting Perl be the powerful, expressive language that programmers have loved for years." -- Bill Odom "Finally, a means to bring lasting order to the process and product of real Perl development teams." -- Andrew Sundstrom "Perl Best Practices provides a valuable education in how to write robust, maintainable Perl, and is a definitive citation source when coaching other programmers." -- Bennett Todd "I've been teaching Perl for years, and find the same question keeps being asked: Where can I find a reference for writing reusable, maintainable Perl code? Finally I have a decent answer." -- Paul Fenwick "At last a well researched, well thought-out, comprehensive guide to Perl style. Instead of each of us developing our own, we can learn good practices from one of Perl's most prolific and experienced authors. I recommend this book to anyone who prefers getting on with the job rather than going back and fixing errors caused by syntax and poor style issues." -- Jacinta Richardson "If you care about programming in any language read this book. Even if you don't intend to follow all of the practices, thinking through your style will improve it." -- Steven Lembark "The Perl community's best author is back with another outstanding book. There has never been a comprehensive reference on high quality Perl coding and style until Perl Best Practices. This book fills a large gap in every Perl bookshelf." -- Uri Guttman

Detailangaben zum Buch - Perl Best Practices: Standards and Styles for Developing Maintainable Code Damian Conway Author


EAN (ISBN-13): 9780596001735
ISBN (ISBN-10): 0596001738
Gebundene Ausgabe
Taschenbuch
Erscheinungsjahr: 2005
Herausgeber: O'Reilly Media, Incorporated Core >1
542 Seiten
Gewicht: 0,789 kg
Sprache: eng/Englisch

Buch in der Datenbank seit 2007-05-25T04:23:06+02:00 (Berlin)
Detailseite zuletzt geändert am 2024-03-09T07:45:02+01:00 (Berlin)
ISBN/EAN: 9780596001735

ISBN - alternative Schreibweisen:
0-596-00173-8, 978-0-596-00173-5
Alternative Schreibweisen und verwandte Suchbegriffe:
Autor des Buches: conway, damian, reilly media, sundström, peter schwartz, steven scott, peter fenwick, don richardson, paul schwartz, steven andrew, andrew bennett, peter todd
Titel des Buches: best practice, styles standards, perl best practices, practic, code zdf, damian


Daten vom Verlag:

Autor/in: Damian Conway
Titel: Perl Best Practices
Verlag: O'Reilly and Associates
542 Seiten
Erscheinungsjahr: 2005-07-12
Gedruckt / Hergestellt in Vereinigte Staaten.
Sprache: Englisch
32,00 € (DE)
32,90 € (AT)
Not available (reason unspecified)

BA; PB; Hardcover, Softcover / Informatik, EDV/Informatik; Programmier- und Skriptsprachen, allgemein; Damian Conway, naming conventions, program decomposition, parrot, control structures


Weitere, andere Bücher, die diesem Buch sehr ähnlich sein könnten:

Neuestes ähnliches Buch:
0636920001737 Perl Best Practices (Damian Conway)


< zum Archiv...