Closed amanzainal closed 6 months ago
i think coding standard violations refers to everything in SE-EDU page for Java Coding Standard, it is separate from code quality issues
https://github.com/nus-cs2103-AY2324S2/forum/issues/968 This is an example of code quality violation and not code standard violation
In the mock exam explanation, "coding standard" and "coding quality" are treated as distinct concepts. However, in the textbook, they seem to be used interchangeably.
@amanzainal one is a subset of the other.
From tutorial 3:
From the week 4 briefing:
Thanks @bgopi23 and prof for the clarifications.
I noticed a discrepancy between the explanation provided in Question 3 of the Mock Exam (Model Answers) and the terminology used in our textbook.
In the mock exam explanation, "coding standard" and "coding quality" are treated as distinct concepts. However, in the textbook, they seem to be used interchangeably.
Here are the specific references:
In the mock exam explanation, "coding standard" and "coding quality" are discussed as separate entities.
In the textbook, both terms are sometimes used interchangeably.
Could someone assist to clarify whether there's intended to be a difference between "coding standard" and "coding quality" in our course material? Thank you!