nus-cs2113-AY2223S2 / forum

10 stars 0 forks source link

Question regarding Ctrl C exception #49

Open denzelcjy opened 1 year ago

denzelcjy commented 1 year ago

Hi Prof (and everyone),

Would like to ask if the program throws an exception when the user does a Ctrl+C on the command line, is it considered a bug? And if it is, how severe would it be?

Example screenshot: image

okkhoy commented 1 year ago

Not handling Ctrl+C is generally not considered a bug. It is non-trivial.