Reviewing Partner's Code And Improving My Own
Reviewing partner's code was a good learning experience, highlighting proper error handling and documentation. Identified issues: unclear directory, excessive API quota, and missing user input validation.
This is the first time I'll be reviewing codes other than my own. Should be a good learning experience for me and for the partner I have for this lab, Especially if I want to work on open source projects. To briefly explain my lab partner project, it is tool that allows interaction with ChatOpenAI through command line interface. First impression My first impression with his tool is that it is really well thought out of. Proper error handling, almost complete documentations on how to install the tool and run it without any issues and how to use it is relatively easy to understand....