SOLID Principles - Open Close (PHP Tutorial Part 2/5)

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 13

  • @StudyStreamPlus
    @StudyStreamPlus  4 года назад

    ☕️ You can buy me a coffee by supporting this video on Patreon: www.patreon.com/revalgovender

  • @jcookfl
    @jcookfl 7 лет назад +3

    Excellent job. There are endless videos and lectures related to SOLID OOP principles (at a high level), which serve to persuade developers towards accepting the philosophy. While that's a worthy goal, we need more tutorials (like yours) that provide practical examples. This tutorial will do more to persuade developers towards the open/closed principle, than 100 hours of lectures could accomplish. This type of tutorial will get people started, and help them develop better habits, which will evolve the quality of software architecture in the real world. Very well done.

  • @ShankarGarikapati
    @ShankarGarikapati 8 лет назад +3

    Very concise and beautiful explanation!

    • @StudyStreamPlus
      @StudyStreamPlus  8 лет назад +1

      +Shankar Garikapati Thanks for the feedback! Just want to make videos that help! Subscribe for more!

  • @wodCZ
    @wodCZ 8 лет назад +1

    Thanks for creating this explanation.
    PS: no need to type composer dumpautoload, you can do same using composer dump

    • @StudyStreamPlus
      @StudyStreamPlus  8 лет назад

      Hi Martin! It's a pleasure. I hope it helped you. In regards to "composer dump", I will have to check it out. Do you have any resources supporting that? Have a good day!

  • @amitcshah
    @amitcshah 5 лет назад +2

    Excellent example and simple explanation. but the video quality is poor with small fonts in IDE. better make the font bigger for easy readability.

    • @StudyStreamPlus
      @StudyStreamPlus  4 года назад +1

      Hi Amit. Thanks for your feedback. I am going to redo this videos soon. My more recent videos have higher production value.

    • @manwithllama
      @manwithllama 3 года назад +1

      ​@@StudyStreamPlus Any chance you've redone the SOLID videos? I'm squinting over here! ;)

  • @alamagoseniora8128
    @alamagoseniora8128 7 лет назад

    very clear explanation! thanks a lot!

    • @StudyStreamPlus
      @StudyStreamPlus  Год назад

      No worries! Please subscribe for more content! 😀

  • @garethjones9115
    @garethjones9115 5 лет назад

    You start by saying you do not want to modify the tea maker class and so you create an interface. The next thing you do is modify the tea maker class?? I understand why, but you didn't explain this clearly and it could be confusing