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!
@SingletonSean2 жыл бұрын
Awesome, glad this was helpful Yiğit!
@mrsajjad303 жыл бұрын
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.
@SingletonSean3 жыл бұрын
Glad you enjoyed it S Afzal, more on the way!
@robertastutlys86412 жыл бұрын
A huge thanks again for sharing your knowledge in such a lucid way
@dasfahrer81873 жыл бұрын
You and Chris Fix sound so much alike it's hilarious sometimes listening to your videos. Keep 'em coming. Great stuff!
@SingletonSean3 жыл бұрын
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!
@foxred23803 жыл бұрын
Thank you for video Sean, waiting for more patterns
@SingletonSean3 жыл бұрын
Awesome Fox Red, more on the way!
@williamliu89853 жыл бұрын
Beautiful! Learn two patterns in less than 15 mins.
@SingletonSean3 жыл бұрын
Awesome William, the more learning the better!
@pleasecheckmyid3 жыл бұрын
This is excellent; thanks as always.
@SingletonSean3 жыл бұрын
Thanks for the continuous support and feedback, pleasecheckmyid!
@alexeylobankov3 жыл бұрын
Very clean. Thanks!
@meilleur1023 жыл бұрын
Hi! really love your video. Question for you. Why you use a interface for the menu and not a regular model?
@mariozerrini14082 жыл бұрын
how can i add the memento pattern to this particular code please
@iancarr39233 жыл бұрын
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
@SingletonSean3 жыл бұрын
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.
@iancarr39233 жыл бұрын
@@SingletonSean Thanks Sean.
@YSoreil3 жыл бұрын
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.
@SingletonSean3 жыл бұрын
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