Tagged Questions
The crc-cards tag has no wiki summary.
14
votes
6answers
2k views
How does one elaborate design using CRC cards?
I've always been wondering how people use CRC (class responsiblity collaboration) cards. I've read about them in books, found vague information on the internet, but never grasped it really. I think ...
1
vote
0answers
175 views
CRC cards: What design software to create them?
I want to move up from hand-drawn CRC (Class, Responsibility, Collaborator) cards. However, there don't seem to be many software options for creating CRC cards. If you're using one of the few ...
0
votes
1answer
21 views
crc cards collaborators
Say I have three classes: User, Address and OrderProduct.
User has fields such as name, phone number and address where address is an instance of Address.
If OrderProduct, a class which handles ...
0
votes
1answer
200 views
Why do we list collaborators in CRC cards?
In the CRC cards why do we list all the collaborators instead of just dependency.
I mean if class A calls functions of B, why is A mentioned in the B class CRC collaborator section. It would be much ...