Perl Best Practices [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Perl Best Practices [Electronic resources] - نسخه متنی

Damian Conway

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







B.18. Chapter 19, Miscellanea


  • Use a revision control system. [Revision Control ]

  • Integrate non-Perl code into your applications via the Inline:: modules. [Other Languages ]

  • Keep your configuration language uncomplicated. [Configuration Files ]

  • Don't use formats. [Formats ]

  • Don't tie variables or filehandles. [Ties ]

  • Don't be clever. [Cleverness ]

  • If you must rely on cleverness, encapsulate it. [Encapsulated Cleverness ]

  • Don't optimize codebenchmark it. [Benchmarking ]

  • Don't optimize data structuresmeasure them. [Memory ]

  • Look for opportunities to use caches. [Caching ]

  • Automate your subroutine caching. [Memoization ]

  • Benchmark any caching strategy you use. [Caching for Optimization ]

  • Don't optimize applicationsprofile them. [Profiling ]

  • Be careful to preserve semantics when refactoring syntax. [Enbugging ]



/ 317