nic-dgl104-winter-2024 / pattern-library

A multi-language library containing implementations of common software design and architecture patterns
4 stars 37 forks source link

Documentation: Javascript Function Implementation of Observer Pattern #87

Closed kattsky closed 7 months ago

kattsky commented 7 months ago

Hi @ash-teach

I've submitted another PR to provide a documentation for my PR #53

This documentation provides the following:

manasvi111 commented 7 months ago

Hello @kattsky,

Overall, the article provides a clear and detailed explanation of the Observer pattern in JavaScript, along with code examples and a diagram to illustrate the concepts. The only suggestions I would like to give are;

Overall Great work, Katrina!

kattsky commented 7 months ago

Hi @manasvi111, thanks heaps for taking the time to review my PR. I've just added your suggestions to the file. Thanks again :-)

ash-teach commented 7 months ago

Thanks, @kattsky, this is great. Some formatting issues to fix, and one more strategic issue to address (which I think you can do most simply by removing the excess code i.e. as suggested in no. 1 in my final comment above).