Designing Objects - CRC Cards

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Designing Objects - CRC Cards

Post by markl999 »

Just thought i'd post this link to a CRC cards tutorial. It's a technique i read about a while ago but have only recently started using myself. I find it quite useful in designing objects that focus on doing just one thing, but doing that one thing well.

http://www.csc.calpoly.edu/~dbutler/tut ... r96/crc_b/
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

Hmmm.. and your question is??
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

No question. I just thought it was a useful and interesting link that's relevant to coding in PHP. I didn't think this forum was questions only as it's defined as "Ask questions or help people concerning PHP code".
Gen-ik
DevNet Resident
Posts: 1059
Joined: Mon Aug 12, 2002 7:08 pm
Location: London. UK.

Post by Gen-ik »

No sweat. I just thought that General Discussion may have been a better place for it.
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

Yeah, fair point. If an admin is watching, feel free to move it ;)
Post Reply