Programming Well in Perl
Explore how to program well in Perl by finding a balance between timely delivery and code quality. Understand language features, develop good taste for code design, and practice maintaining and reading high-quality Perl code to build effective, maintainable applications.
We'll cover the following...
We'll cover the following...
Balance in programming
To program well, we must find the balance between getting the job done on time and doing the job right. We must balance time, ...