Skip to content

Conversation

@vlnach
Copy link

@vlnach vlnach commented Aug 27, 2025

No description provided.

@yunchen4 yunchen4 self-assigned this Aug 30, 2025
Copy link

@yunchen4 yunchen4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Vlad,
Overall it is a great job. I can see you are exploring more advanced concepts 👍
I have made the points that need rework explicit. I also left some comments just for improvements.
Please ping me on Slack when you finish rework. If you have any questions, don't hesitate to contact me on Slack. Have a nice weekend!

Copy link

@yunchen4 yunchen4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just a small suggestion for code readability.

Comment on lines +18 to +19
let admin; // reference to admin client
let db; // reference to meetup client
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can consider using just one instance of Client and do something like:

client.end();
client.database = "meetup";
client.connect();

This way the code will be more readable.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Next time will do it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants