⚔️ Command Pattern: This pattern encapsulates a request as an object, allowing clients to be parameterized with different requests, queued, and support reversible operations. A powerful warrior for decoupling senders and receivers. #DesignPatterns#CommandPattern#Java101 🧵👇
یا مثلا CommandPattern رسما تابع است اول ورودی هاشو میدی بعد exeucte میکنی هر وقت که خواستی
یا decorator یه تابع است که یه تابع دیگه میگیره قبل و بعدش هرکار میخواد میکنه
Day 49 - #100daysofcode
Continued work on the semester project. Worked on the paint application and added different types of brushes. Created brushes using Command Pattern.
#sfml#cpp#networking#commandpattern