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

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

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

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

Damian Conway

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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


B.13. Chapter 14, Command-Line Processing


  • Enforce a single consistent command-line structure. [Command-Line Structure ]

  • Adhere to a standard set of conventions in your command-line syntax. [Command-Line Conventions ]

  • Standardize your meta-options. [Meta-options ]

  • Allow the same filename to be specified for both input and output. [In-situ Arguments ]

  • Standardize on a single approach to command-line processing. [Command-Line Processing ]

  • Ensure that your interface, run-time messages, and documentation remain consistent. [Interface Consistency ]

  • Factor out common command-line interface components into a shared module. [Interapplication Consistency ]


/ 317