nus-cs2103-AY2425S1 / forum

12 stars 0 forks source link

Practice paper part 3 [p3.15] domain modelling #893

Open annabellekk opened 6 hours ago

annabellekk commented 6 hours ago

Hello, for this question, I get why CCDs are more suitable than class diagrams for domain modelling. But I don't understand why sequence diagram is a suitable tool for domain modelling? Since from my understanding, sequence diagrams involve the more technical aspects, like method calls between objects and classes, and they model the logic of the program, and thus I would think that it is less suitable for domain modelling than class diagrams?

Screenshot 2024-11-24 at 9 39 01 AM
Incogdino commented 5 hours ago

I was curious about this too. I found an almost identical question from the previous semester here

I guess what this question was testing was just for us to identify that class diagrams are not suitable for domain modelling?