The Command Pattern - Programming Design Patterns - Ep 14 - C++ Coding - Must Know

preview_player
Показать описание
The command pattern is another pattern every programmer should know and understand.

_support:
Patrons help this channel go round and keep creating. If you don't like patreon but still would like to support regularly, you can do a similar subscription via the YouTube Join, or through Github's sponsor button.

This is were I most the majority of the code seen on the channel.

We have a Discord! We welcome all various code and tech chatter.

I stream code and/or gaming every Thursday! I also randomly stream a time or two throughout most weeks.
Рекомендации по теме
Комментарии
Автор

So you are now my new favourite tutorial channel! Your style is honestly so appealing to me! Just what I needed to reignite my passion :D

ElliotLedson
Автор

15:18 Not to be that developer but "Implement All Pure Virtuals" worked on my PC.

ElliotLedson
Автор

Another solid video into the series. You're really making a lot of content and it is greatly appreciated. It's so nice to be able to clone down the repo and run the example! The 'I' really stands out as Interface which is helpful and I'm adopting it as well now going forward. Clean code that's not clever is the best code. I was looking for a pattern to handle commands within a text based game and this pattern seems to fit well.

reverse_shell