The explanation was really good. Please keep up the good work
@TheTechGranth3 жыл бұрын
Do like and subscribe and share with others 🙂
@vinodsonagara10722 жыл бұрын
Nice explanation, understood everything clearly.
@TheTechGranth2 жыл бұрын
Glad it was helpful. Do like and subscribe and share with others 🙂
@pawanlathwal26372 жыл бұрын
Nice practical way of explaining design pattern. I have doubt on how to handle formatting of message/notification. For example - Product Delivery Email has to be formatted on different way than Slack/SMS.
@arpanbanerjee62242 жыл бұрын
Isn t this the observer design pattern? Thanks for the great explanation and example.
@amulpatwa44952 жыл бұрын
Man, you are awesome.
@pritybhudolia10123 жыл бұрын
Amazing tutorial as usual . Keep up the Good work! (Y)
@TheTechGranth3 жыл бұрын
Kindly like and share 🙂
@sahilnaik76812 ай бұрын
hi I think can we also use event type Observer Design pattern where NOtificationService will be out producer and EventListener will be out subsriber which is implemented by WhatsappMsgListener, EmailMsgListener, etc. and the events are images, json, xml, text,etc. Can you please guide whther I am thinking in the right way or not
@Itsme1n1ly2 жыл бұрын
Can you please summarize which piece of code is only abstraction and which is only implementation exactly?