ddinh0411 / ROMSly

The final project for the class CPSC 354: Programming Languages. This a group project and acts as a a showcase of mastery over the topics of parsing.
1 stars 1 forks source link

Peer Review #83

Open brynnmcgovern opened 8 months ago

brynnmcgovern commented 8 months ago

Hey guys, I think your project is cool and could be really useful in real-life applications. I think you should add error handling in the blocks to make sure that users can't use the blocks incorrectly. For example, check if the required SQLite database file exists before attempting to connect to it.

ddinh0411 commented 8 months ago

Hi Brynn, that very much is the goal! Some things we've looked at are perhaps either making it so the user can't add Orders without initializing the database or other things along those lines. At the moment this is something that we're looking at how to do because there doesn't seem to be examples of this online but we are looking into it. Thank you for your comment and feedback towards ROMSly.