Book description
Many programmers code by instinct, relying on convenient habits ora "style" they picked up early on. They aren't conscious of all thechoices they make, like how they format their source, the namesthey use for variables, or the kinds of loops they use. They'refocused entirely on problems they're solving, solutions they'recreating, and algorithms they're implementing. So they write codein the way that seems natural, that happens intuitively, and thatfeels good.
But if you're serious about your profession, intuition isn'tenough. Perl Best Practices author Damian Conway explainsthat rules, conventions, standards, and practices not only helpprogrammers communicate and coordinate with one another, they alsoprovide a reliable framework for thinking about problems, and acommon language for expressing solutions. This is especiallycritical in Perl, because the language is designed to offer manyways to accomplish the same task, and consequently it supports manyincompatible dialects.
With a good dose of Aussie humor, Dr. Conway (familiar to manyin the Perl community) offers 256 guidelines on the art of codingto help you write better Perl code--in fact, the best Perl code youpossibly can. The guidelines cover code layout, naming conventions,choice of data and control structures, program decomposition,interface design and implementation, modularity, objectorientation, error handling, testing, and debugging.
They're designed to work together to produce code that is clear,robust, efficient, maintainable, and concise, but Dr. Conwaydoesn't pretend that this is the one true universal and unequivocalset of best practices. Instead, Perl Best Practices offerscoherent and widely applicable suggestions based on real-worldexperience of how code is actually written, rather than onsomeone's ivory-tower theories on how software ought to becreated.
Most of all, Perl Best Practices offers guidelines thatactually work, and that many developers around the world arealready using. Much like Perl itself, these guidelines are abouthelping you to get your job done, without getting in the way.
Praise for Perl Best Practices from Perl communitymembers:
"As a manager of a large Perl project, I'd ensure that everymember of my team has a copy of Perl Best Practices on theirdesk, and use it as the basis for an in-house style guide." --Randal Schwartz
"There are no more excuses for writing bad Perl programs. Alllevels of Perl programmer will be more productive after readingthis book." -- Peter Scott
"Perl Best Practices will be the next big important bookin the evolution of Perl. The ideas and practices Damian lays downwill help bring Perl out from under the embarrassing heading of"scripting languages". Many of us have known Perl is a realprogramming language, worthy of all the tasks normally delegated toJava and C++. With Perl Best Practices, Damian shows specificallyhow and why, so everyone else can see, too." -- Andy Lester
"Damian's done what many thought impossible: show how to buildlarge, maintainable Perl applications, while still letting Perl bethe powerful, expressive language that programmers have loved foryears." -- Bill Odom
"Finally, a means to bring lasting order to the process andproduct of real Perl development teams." -- Andrew Sundstrom
"Perl Best Practices provides a valuable education in how towrite robust, maintainable Perl, and is a definitive citationsource when coaching other programmers." -- Bennett Todd "I've beenteaching Perl for years, and find the same question keeps beingasked: Where can I find a reference for writing reusable,maintainable Perl code? Finally I have a decent answer." -- PaulFenwick "At last a well researched, well thought-out, comprehensiveguide to Perl style. Instead of each of us developing our own, wecan learn good practices from one of Perl's most prolific andexperienced authors. I recommend this book to anyone who prefersgetting on with the job rather than going back and fixing errorscaused by syntax and poor style issues." -- Jacinta Richardson "Ifyou care about programming in any language read this book. Even ifyou don't intend to follow all of the practices, thinking throughyour style will improve it." -- Steven Lembark "The Perlcommunity's best author is back with another outstanding book.There has never been a comprehensive reference on high quality Perlcoding and style until Perl Best Practices. This book fillsa large gap in every Perl bookshelf." -- Uri Guttman
Publisher resources
Table of contents
- Perl Best Practices
- Dedication
- SPECIAL OFFER: Upgrade this ebook with O’Reilly
- A Note Regarding Supplemental Files
- Preface
- 1. Best Practices
- 2. Code Layout
- 3. Naming Conventions
- 4. Values and Expressions
- 5. Variables
-
6. Control Structures
- If Blocks
- Postfix Selectors
- Other Postfix Modifiers
- Negative Control Statements
- C-Style Loops
- Unnecessary Subscripting
- Necessary Subscripting
- Iterator Variables
- Non-Lexical Loop Iterators
- List Generation
- List Selections
- List Transformation
- Complex Mappings
- List Processing Side Effects
- Multipart Selections
- Value Switches
- Tabular Ternaries
- do-while Loops
- Linear Coding
- Distributed Control
- Redoing
- Loop Labels
- 7. Documentation
- 8. Built-in Functions
- 9. Subroutines
-
10. I/O
- Filehandles
- Indirect Filehandles
- Localizing Filehandles
- Opening Cleanly
- Error Checking
- Cleanup
- Input Loops
- Line-Based Input
- Simple Slurping
- Power Slurping
- Standard Input
- Printing to Filehandles
- Simple Prompting
- Interactivity
- Power Prompting
- Progress Indicators
- Automatic Progress Indicators
- Autoflushing
- 11. References
-
12. Regular Expressions
- Extended Formatting
- Line Boundaries
- String Boundaries
- End of String
- Matching Anything
- Lazy Flags
- Brace Delimiters
- Other Delimiters
- Metacharacters
- Named Characters
- Properties
- Whitespace
- Unconstrained Repetitions
- Capturing Parentheses
- Captured Values
- Capture Variables
- Piecewise Matching
- Tabular Regexes
- Constructing Regexes
- Canned Regexes
- Alternations
- Factoring Alternations
- Backtracking
- String Comparisons
- 13. Error Handling
- 14. Command-Line Processing
- 15. Objects
- 16. Class Hierarchies
- 17. Modules
- 18. Testing and Debugging
- 19. Miscellanea
- A. Essential Perl Best Practices
-
B. Perl Best Practices
- Chapter 2, Code Layout
- Chapter 3, Naming Conventions
- Chapter 4, Values and Expressions
- Chapter 5, Variables
- Chapter 6, Control Structures
- Chapter 7, Documentation
- Chapter 8, Built-in Functions
- Chapter 9, Subroutines
- Chapter 10, I/O
- Chapter 11, References
- Chapter 12, Regular Expressions
- Chapter 13, Error Handling
- Chapter 14, Command-Line Processing
- Chapter 15, Objects
- Chapter 16, Class Hierarchies
- Chapter 17, Modules
- Chapter 18, Testing and Debugging
- Chapter 19, Miscellanea
- C. Editor Configurations
- D. Recommended Modules and Utilities
- E. Bibliography
- Index
- About the Author
- Colophon
- SPECIAL OFFER: Upgrade this ebook with O’Reilly
- Copyright
Product information
- Title: Perl Best Practices
- Author(s):
- Release date: July 2005
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9780596001735
You might also like
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
book
Fundamentals of Software Architecture
Salary surveys worldwide regularly place software architect in the top 10 best jobs, yet no real …