Skip to content

Commit f80b4b3

Browse files
authored
Update README.md
youtube link added
1 parent 2ed1198 commit f80b4b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 1. Description
22
This repository contains a base class and interface for the Command pattern. It also includes classes for sequential and parallel execution of commands. The Command pattern simplifies request management by encapsulating them as objects. Using a command queue allows you to build a sequence of requests, helping to avoid callback hell. This is particularly useful for creating complex sequences of actions, such as effects and animations, ensuring cleaner and more manageable code.
3+
[Tutorial on YouTube](https://www.youtube.com/watch?v=WAFlLeRxbFE)
34

45
# 2. How to use
56
### 2.1 Creating a Command
@@ -93,6 +94,7 @@ queue.Execute();
9394

9495
# 1. Описание
9596
Этот репозиторий содержит базовый класс и интерфейс для паттерна “Команда”. В нем также представлены классы для последовательного и одновременного выполнения команд. Паттерн “Команда” упрощает управление запросами, инкапсулируя их в виде объектов. Использование очереди команд позволяет набирать последовательность запросов, помогая избежать “callback hell”. Это особенно полезно для создания сложных последовательностей действий, таких как эффекты и анимации, обеспечивая более чистый и управляемый код.
97+
[Видео-туториал на YouTube](https://www.youtube.com/watch?v=WAFlLeRxbFE)
9698

9799
# 2. Использование
98100
### 2.1 Создание команды

0 commit comments

Comments
 (0)