nus-cs2103-AY2324S2 / forum

16 stars 0 forks source link

Clarification on grading requirements #836

Closed RunjiaChen closed 7 months ago

RunjiaChen commented 7 months ago

image @damithc Hello Prof, can I check what exactly do you mean by what's stated here? Is it a must to have all of the error handling techniques, (defensive, exceptions, assertions, logging), or do we just need to have some of them? Then for the ones we have, there is some evidence of usage?

damithc commented 7 months ago

@RunjiaChen It is not compulsory to have all of them but good use of each can push your score higher. When grading code quality, positive observations push the score higher, and negative observations pull the score lower. The final score will the cumulative result, subject to a cap.

RunjiaChen commented 7 months ago

Thank you!