kaist-cp / cs220

259 stars 49 forks source link

[Assignment 4] Is it okay to make and use a function other than filling in the todo? #372

Open Junhajang-0562 opened 4 hours ago

Junhajang-0562 commented 4 hours ago

Related Issue

.

Googling Result

.

ChatGPT Result

.

Your question here

I wonder if the only part I can write in the assignment is todo. I made and used 2 more functions to use in the parse_command function while working on the 4th assignment, is it okay to do the assignment in this way?

Jaewookim08 commented 3 hours ago

Yes it's okay to define and use helper functions, unless the assignment explictly tell you to modify only the target line (ex. assignment 5).