Decorator Pattern - DESIGN PATTERNS (C#/.NET)

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

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

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

    Man, I just randomly found this video to demonstrate decorator pattern to a junior collogue. then now I forgot what the decorator pattern is Thanks!

    • @SingletonSean
      @SingletonSean  Год назад +1

      Awesome, glad this was helpful Yiğit!

  • @mrsajjad30
    @mrsajjad30 2 года назад

    Today's special item was Decorator with Builder pattern topping on it. Thank you so much for explaining the concept with such a beautiful example.

    • @SingletonSean
      @SingletonSean  2 года назад +1

      Glad you enjoyed it S Afzal, more on the way!

  • @robertastutlys8641
    @robertastutlys8641 2 года назад

    A huge thanks again for sharing your knowledge in such a lucid way

  • @dasfahrer8187
    @dasfahrer8187 2 года назад

    You and Chris Fix sound so much alike it's hilarious sometimes listening to your videos. Keep 'em coming. Great stuff!

    • @SingletonSean
      @SingletonSean  2 года назад +1

      Hahah that's so weird, I was just watching one of his videos the other day for something I was working on. Anyways, more vids on the way!

  • @williamliu8985
    @williamliu8985 2 года назад

    Beautiful! Learn two patterns in less than 15 mins.

    • @SingletonSean
      @SingletonSean  2 года назад

      Awesome William, the more learning the better!

  • @foxred2380
    @foxred2380 2 года назад

    Thank you for video Sean, waiting for more patterns

  • @pleasecheckmyid
    @pleasecheckmyid 3 года назад

    This is excellent; thanks as always.

    • @SingletonSean
      @SingletonSean  3 года назад

      Thanks for the continuous support and feedback, pleasecheckmyid!

  • @alexeylobankov
    @alexeylobankov 2 года назад

    Very clean. Thanks!

  • @meilleur102
    @meilleur102 2 года назад

    Hi! really love your video. Question for you. Why you use a interface for the menu and not a regular model?

  • @iancarr3923
    @iancarr3923 2 года назад

    Hi Sean. .Net Maui and .Net Maui Blazor are Q1/Q2. Do you plan videos please? Particularly interested in Wpf with .Net Maui Blazor. Thanks

    • @SingletonSean
      @SingletonSean  2 года назад

      I do have plans to get into this, Ian! I'm pretty excited for Maui and had tried out the preview releases too. Hopefully it really is ready in Q1/Q2.

    • @iancarr3923
      @iancarr3923 2 года назад

      @@SingletonSean Thanks Sean.

  • @YSoreil
    @YSoreil 2 года назад

    Part of the issue in the example here is not having multiple inheritance in C#. Not putting a judgement on the value of it but it's at least partially a language issue.

    • @SingletonSean
      @SingletonSean  2 года назад +1

      True! Even if multiple inheritance was in C#, I'd still prefer using composition patterns like this. I think multiple inheritance can create more complexity and can be a bit more difficult for other developers understand. On the other hand, I shouldn't impose my opinion since most languages I work with don't support multiple inheritance hahah

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

    how can i add the memento pattern to this particular code please

  • @marvinxulu7816
    @marvinxulu7816 2 месяца назад

    This one will cause bugs if not used wisely

    • @marvinxulu7816
      @marvinxulu7816 2 месяца назад

      Until the builder was introduced lol