دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: Conway. Damian
سری:
ISBN (شابک) : 9780596555023, 0596555024
ناشر: O'Reilly Media, Inc
سال نشر: 2009
تعداد صفحات: 633
زبان: English
فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 2 Mb
در صورت تبدیل فایل کتاب Perl Best Practices به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب بهترین روش های پرل نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
Perl Best Practices مجموعهای از 256 دستورالعمل در مورد هنر
کدنویسی را ارائه میکند تا به شما کمک کند کد پرل بهتری بنویسید
- در واقع بهترین کد پرل ممکن است. این دستورالعملها طرحبندی
کد، قراردادهای نامگذاری، انتخاب دادهها و ساختارهای کنترلی،
تجزیه برنامه، طراحی و پیادهسازی رابط، مدولار بودن، شیگرایی،
مدیریت خطا، آزمایش و اشکالزدایی را پوشش میدهند.
چکیده: Perl Best Practices ارائه میدهد. مجموعه ای از 256
دستورالعمل در مورد هنر کد نویسی که به شما کمک می کند کد پرل
بهتری بنویسید - در واقع بهترین کد پرل ممکن است. این
دستورالعملها طرحبندی کد، قراردادهای نامگذاری، انتخاب دادهها
و ساختارهای کنترل، تجزیه برنامه، طراحی و پیادهسازی رابط،
مدولار بودن، شیگرایی، مدیریت خطا، آزمایش و اشکالزدایی را پوشش
میدهد.
Perl Best Practices offers a collection of 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.
Abstract: Perl Best Practices offers a collection of 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
Content: Perl Best Practices
Conventions Used in This Book
Code Examples
Feedback
Acknowledgments
1. Best Practices
Efficiency
Maintainability
This Book
Rehabiting
2. Code Layout
Keywords
Subroutines and Variables
Builtins
Keys and Indices
Operators
Semicolons
Commas
Line Lengths
Indentation
Tabs
Blocks
Chunking
Elses
Vertical Alignment
Breaking Long Lines
Non-Terminal Expressions
Breaking by Precedence
Assignments
Ternaries
Lists
Automated Layout
3. Naming Conventions
Booleans
Reference Variables
Arrays and Hashes
Underscores
Capitalization
Abbreviations. Ambiguous AbbreviationsAmbiguous Names
Utility Subroutines
4. Values and Expressions
Empty Strings
Single-Character Strings
Escaped Characters
Constants
Leading Zeros
Long Numbers
Multiline Strings
Here Documents
Heredoc Indentation
Heredoc Terminators
Heredoc Quoters
Barewords
Fat Commas
Thin Commas
Low-Precedence Operators
Lists
List Membership
5. Variables
Package Variables
Localization
Initialization
Punctuation Variables
Localizing Punc.