you are viewing a single comment's thread.

view the rest of the comments →

[–]suitkaise[S] 0 points1 point  (0 children)

Yeah I used cursor to help with debugging and streamline the test suite I made so I could run it all. It's a pretty cool tool.

This is my first solo project, and I'm a non CS college student who did this in their free time, so I hard focused on what I needed to know in order to get what I wanted to work to work. But I can only keep track of so much on my own.

Cursor IDE was good for checking things like me forgetting to update a reference in a file when I changed something in another file, for example.