Phrase | Translation | Explanation |
---|---|---|
Resolve Resolving Resolved | استبيان أو الحصول على | Because resolving an object out of the service container basically means that the service container handles building up the needed dependencies and requirements to hand over an object that is ready to do it’s work. |
Class | كائن | Because in programming languages, if a class does not inherit from any other class, it automatically inherits from an object |
Method | طريقة أو تابع | - |
Container | حاوية | - |
Object | غرض أو كائن | - |
Instance | غرض أو نسخة | - |
Static | ستاتيكي | - |
Stub | نموذج القابل للاستبدال | - |
Real-time | أثناء التنفيذ | - |
Namespace | نطاق الأسماء | - |
Scope Creep | تمدد نطاق أو زحف النطاق | - |
Cache System | نظام الذاكرة المؤقت | - |