Template Method Pattern – Design Patterns (ep 13)

preview_player
Показать описание
Video series on Design Patterns for Object Oriented Languages. This time we look at the Template Method Pattern.

💙 BUY MY BOOK:

► The playlist

► Head First: Design Patterns

► Design Patterns: Elements of Reusable Object-Oriented Software

► Show your support using Patreon :D

► SOLID Design Principles

► Products I recommend:
Рекомендации по теме
Комментарии
Автор

How someone can be relevant after 6 years!! Amazing!!

namanvaishnav
Автор

If I can tell you how much I appreciate the work you are doing... you will not believe me. Please continue and don't stop.

SelimAjimi
Автор

Used these videos 6 year back to clear exams... still use them as a reference at work!! Amazing content!!

vaibhavagochiya
Автор

Your videos are one of the coolest things I found on youtube. Every time they present a design pattern in my university I watch one of your videos. You came to Argentina. Thank you! (Sorry my english is bad)

agustinchavez
Автор

This was a fantastic lecture. The lecturers at my university could learn a thing or two from you about how to teach. Many thanks!

marcelgonzalez
Автор

Please continue with this serie, your videos are awesome!

delucabruno
Автор

I use "Ruby On Rails" on daily basis. Didn't know it's very neat use of Template Method Pattern. Thanks :)

harishankar-cztx
Автор

Awesome, I really love your way of explaning things. BTW you helped me a lot to understand a lot of concepts and terms which helped me to pass the technical exam and interview of a new job.

thanks a lot Christopher

karimel-shindy
Автор

Youre amazing man, I wish you could be my academician for my patterns lecture. 2 Days later I got Final exam and I finally understood how do many design patters work. Thanks for all, I wanna meet you some day cause your energy is perfect.

JohnWayne-ncyq
Автор

Man you are Genius just when i was thinking this look similar to Strategy pattern you covered that part just then.

ameeralikhan
Автор

Thank you so much for your amazing work! Really has helped me to grasp the concept of design patterns and see how useful they are. Thanks to you, my code became cleaner, more universal and more efficient. This is definitely the best design-patterns-explaining channel I have come across.

Defiguss
Автор

you are the best who explain design pattern, thank you man

muhannadimad
Автор

You are the man, I've never looked forward to a lecture before

cghfdsxfcbhjhgfdsdfg
Автор

Kudos for pointing out that Template Method is a good case of Open/Closed principle usage. My understanding is that in ASP NET WebForms they use Template Method so that developer could hook his code into page life cycle, because developer inherits his code-behind class from base Page class there. Even though they call it "events", developer doesn't have to use events subscription mechanism. But developer doesn't have to add "override" either. Ok, I'm not sure if that's canonical Template Method pattern in action.

mikhailbisserov
Автор

Awesome very clearly explained and great to use a board to explain

sv
Автор

I love your accent. In addition you are my hero when it comes to design patterns

kasozivincent
Автор

This one was pretty complex for me up until the code example. Thanks for adding that one!
And as always thanks!

MyroslavOhorodnyk
Автор

I remember using this pattern (without knowing it's name) a while back while making a tweening system. The abstract tweening class had a method that calculated a 0-1 clamped value along a curve, and then called an abstract method for concrete tweens to implement using that clamped value as a parameter. In the end each concrete tween had a simple Evaluate(float t); to control animation. It worked great!

Great tutorial series by the way! You are a great teacher :)

mauriciopartnoy
Автор

Thank Christopher for creating this tutorial. It's make me more understand about design patterns: )

chamroeunuon
Автор

Your videos are amazing!! Thanks a lot! This series has helped me a lot in understanding Design Patterns! :D

rithikareddy