Is this observer pattern implementation proper? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is this observer pattern implementation proper?

Hi Refer code below which I did for observer pattern demo: https://www.sololearn.com/compiler-playground/cDOXVq3r9ItO Feel free to share your views on same. Any improvement advice is most welcome. Also I have two doubts as below : My notification is not generic. Right? Notify expects string message as an argument. Isn't it a tightly coupled code? How to avoid this and come up with better design? I feel that current observer is restricted to notify string message and curious to know generic solution. https://code.sololearn.com/cDOXVq3r9ItO/?ref=app

27th Aug 2023, 11:05 AM
Ketan Lalcheta
Ketan Lalcheta - avatar
1 Answer
0
correct command gives correct result
27th Aug 2023, 9:32 PM
Narendhiran R
Narendhiran R - avatar