Module-level
मॉड्यूल-स्तरीय; मॉड्यूल स्तर का
Origin & History
A modern compound from module + level, popularized in programming and software documentation to describe scope within a single code module.
यह module + level से बना आधुनिक संयुक्त शब्द है, जो प्रोग्रामिंग और सॉफ़्टवेयर दस्तावेज़ीकरण में एक ही कोड मॉड्यूल के भीतर के स्कोप/दायरे को बताने के लिए प्रचलित हुआ।
Definition
Used to describe variables, constants, settings, documentation, or behavior that apply across a single module (the unit of code) and can be accessed within that module; not confined to a local block/function nor necessarily global to the entire application.
इसका उपयोग उन वेरिएबल, कॉन्स्टैंट, सेटिंग्स, डॉक्यूमेंटेशन या व्यवहार के लिए होता है जो किसी एक मॉड्यूल (कोड की इकाई) के पूरे दायरे में लागू होते हैं और उसी मॉड्यूल के भीतर उपलब्ध रहते हैं; यह न तो केवल लोकल ब्लॉक/फंक्शन तक सीमित होता है और न ही पूरे एप्लिकेशन के लिए अनिवार्य रूप से ग्लोबल होता है।