MinaFoundation / gptSurveySummarizer

Discord bot to gather your thoughts
2 stars 2 forks source link

Cleanup, Refactor and Modularize the Code #43

Closed berkingurcan closed 2 weeks ago

berkingurcan commented 1 month ago

The current implementation of the code in the repository consists of three JavaScript files: bot.js, summarizer.js, and surveyToText.js. These files are quite lengthy and would benefit from modularization and cleanup. This refactor would improve the codebase by enhancing readability, maintainability, and scalability.

berkingurcan commented 1 month ago

Solved by https://github.com/MinaFoundation/gptSurveySummarizer/pull/44