بسم الله, والصلاة والسلام على رسول الله صلوات الله عليه ففي هذه المقالة ستناقش سريعًا في مصطلحين نسمعها بكثرة.. ألا وهما الـ Git والـ GitHub Git and GitHub هما أداتان مهمتان للعمل في مجال ال…
Interpreter Pattern
In computer programming, the interpreter pattern is a particular design pattern. The interpreter pattern specifies how to evaluate sentences in a language. The basic idea is to have a class for each symbol (terminal or…
Design Patterns
In software engineering, a design pattern is a general reusable solution to a commonly occurring problem within a given context in software design A design pattern is not a finished design that can be transformed…