nus-cs2103-AY2425S1 / forum

12 stars 0 forks source link

Does A and B needing to follow same specifications indicate coupling? #771

Open yizhong187 opened 5 hours ago

yizhong187 commented 5 hours ago

Hello everyone, I was reviewing the notes on coupling, and noticed that option f indicates coupling. Doesn't having to "follow the same data format or communication protocol" imply that they might both be coupled to some other component (the data format or communication protocol), rather than to each other? Thanks for any help!

image
Feng1231 commented 3 hours ago

Hi, I found this on the course website: Perhaps in this case, there is common coupling present between A and B. image