CastleLab / COMP3021-2020Fall-PA3-Student-Version

HKUST - COMP3021 - 2020Fall - Programming Assignment 3 - Student Version
https://course.cse.ust.hk/comp3021/
Apache License 2.0
1 stars 0 forks source link

Question regarding undo() implementation #20

Closed kinshuk-kotecha closed 3 years ago

kinshuk-kotecha commented 3 years ago

Are we allowed to change existing lines in JesonMor start() method to facilitate our implementation of undo() or are we just allowed to add extra lines?

Troublor commented 3 years ago

You can change the start() method body. But you need to make sure the program works well.