-
The DG only provides details on some elements in the class diagrams and excludes diagrams for other areas (eg. event, participants)
These are the only class diagrams and the last one is not comprehen…
-
The DG only provides details on some elements in the class diagrams and excludes diagrams for other areas (eg. event, participants)
These are the only class diagrams and the last one is not comprehen…
-
![image.png](https://raw.githubusercontent.com/ZiliaAJY/pe/main/files/e1da91e3-832c-4922-bb46-9e2295dbe8d5.png)
For example, the arrow pointing from FilterCommand to UI uses an unrecognised arrowhead…
-
![image.png](https://raw.githubusercontent.com/Chinorea/pe/main/files/62a9239d-da86-4abc-bb8c-11f555b903bf.png)
Within the class diagram, there are "-" signs at the top left-hand corner of each class…
-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2425S1/pe/master/files/62a9239d-da86-4abc-bb8c-11f555b903bf.png)
Within the class diagram, there are "-" signs at the top left-hand corner …
-
The DG only provides sequence diagrams to the readers, and does not include any class or object diagrams. This makes it difficult for readers to understand the associations between the relevant classe…
-
![image.png](https://raw.githubusercontent.com/nus-cs2113-AY2425S1/pe/master/files/e1da91e3-832c-4922-bb46-9e2295dbe8d5.png)
For example, the arrow pointing from FilterCommand to UI uses an unrecogni…
-
The DG only provides sequence diagrams to the readers, and does not include any class or object diagrams. This makes it difficult for readers to understand the associations between the relevant classe…
-
We have a class that uses a `namedtuple` as a class variable:
```
class GreatClass(BaseClass):
CoolVar = namedtuple("CoolVar", ["x", "y"])
...
```
Prior to version 3.4.0 this class ren…
-
Should not be circles for public and rectangles for private, the correct UML notations are plus for public attributes and methods, minus for private attributes and methods.
![image.png](https://raw.g…