The Strategy Design Pattern - Ep 22 - C++ Coding

Поділитися
Вставка
  • Опубліковано 17 гру 2024

КОМЕНТАРІ • 10

  • @MarcsYoutube
    @MarcsYoutube Рік тому +2

    I really like these kinds of videos that show how to tackle different problems with appropriate strategies! There's not a lot alike on UA-cam. Thanks a lot!
    I'm just a hobby programmer, however I've read somewhere that base types (int, float, double, char, etc.) should not be passed by reference, since the overhead of getting the reference and passing it on is often greater than simply making a copy. I don't know whether that's true or not, but it sounds good.

  • @reverse_shell
    @reverse_shell Рік тому

    Love video game strategy because it makes it fun but also identifiable to things I am interested in working on, and many others! Another awesome video to this series!!!

  • @AI-Youtube-pj4xz
    @AI-Youtube-pj4xz 7 місяців тому

    I like your videos they are amazing and I am learning from you. Best resources I found on design patterns so far. I have only one note that I really appreciate if you work on it which is : select names carefully. implement fully including smart ptrs. I have seen that you skip this but I believe it is really important to have a concrete examples.

  • @016Mayank
    @016Mayank Місяць тому

    Hi, I find Factory and Strategy pattern quite similar. I have checked many articles but not able to understand the difference between these two. Can you please help ? what are the common difference between implementation of these two design patterns.

  • @Protonmat
    @Protonmat Рік тому

    I would love to see a SDL2 C++ Game engine tutorial series, not because I'm doing an engine using sdl no.. not at all..
    Jokes aside, I discovered your channel recently and it has been a great source of information, I have been learning a lot, thanks for that!.

  • @developerdeveloper67
    @developerdeveloper67 Рік тому +1

    You could make your game with us. Like showing how you are implementing stuff. The tips and tricks. Like a dev log. Maybe you can skip over the art and spoiler part if you don't want to spoil the game itself...

  • @Jschmuck8987
    @Jschmuck8987 Рік тому

    Very cool

  • @micromouseonline
    @micromouseonline Рік тому

    There is some great content in these videos. It could be improved immensely if you pre-planned and did not make changes as you go along. Sorting the wheat from the chaff can be hard work.