ELI5: Explain Like I'm 5

Delegation pattern

The delegation pattern is like taking help from someone else. It's when one person, called the "delegator", gives control of a task or responsibility to another person, called the "delegate". The delegator will give the delegate instructions and the delegate will carry out the task. It's like someone delegating a job to their assistant - the delegator explains what needs to be done and the delegate does it. The benefit of using the delegation pattern is that it can help people get things done more efficiently. The delegator doesn't need to spend their time doing all the work themselves, and the delegate can use their skills and knowledge to get the task completed.