StickyMinds.com Weekly Column: June 4, 2007 By Jean Tabaka Usually, when Jean Tabaka lists practices, techniques, ideas, or recommendations about software...
Dear David, You can find it also here: 11 Ways Agile Adoptions Fail - http://www.stickyminds.com/sitewide.asp?Function=edetail&ObjectType=COL&ObjectId=12384 ...
Do all agile methodologies have scrummasters (or something equivalent). Do you need a scrummaster to succeed? [Non-text portions of this message have been...
... No. And no. But it's a useful role. Ron Jeffries www.XProgramming.com But the attitude of faith is to let go, and become open to truth, whatever it might...
Hi all, I wanted to let you know of two upcoming events that may be of interest to this group. I will be speaking at two different Agile User Groups about,...
Hello, everyone. I'm looking for a good web-based white-boarding solution and was wondering: 1. If you could recommend a good free/paid service based on...
hi i want to tell me about CRC modeling for manual grade record system and also the user iterface prototype for manual grade record system. tank you for your...
Hello, natnael. On Wednesday, June 20, 2007, at 6:08:19 AM, you ... When is this assignment due? Ron Jeffries www.XProgramming.com Computers are useless. They...
it is for today. can you make faster i can't wait to see the result. ... Get the free Yahoo! toolbar and rest assured with the added security of spyware...
(responding to Natael) ... Hmm... suppose you give us an idea of your current understanding or of the areas you know you don't understand? Perhaps a bit more...
I didn't understand CRC either ! Angie Eissa _____ From: agilemodeling@yahoogroups.com [mailto:agilemodeling@yahoogroups.com] On Behalf Of Oldfield, Paul...
CRC (Class-Responsibility-Collaboration) CRC is an index card on which one records the responsibilities and collaborators of classes * CRC Cards are...
With all respect, this is the funniest thread I have ever seen in any mailing list. I couldn't even understand who is joking and who is not. :)))) [Non-text...
(responding to Seyit) ... Well, I'm impressed that the CRC reading material cited has proved to be so clear and lucid so far that there have not been any...
For those UML experts, An association between class A & B (from A to B) in class diagram typically represents an attribute of A that is a pointer to B though...
(responding to John) ... Until they turn up, you get me :-) ... Typically? Okay, let that stand. That's how you, yourself, typically implement it. ... Yes. ...
I think that if you wanted to model "truthfully" then there isn't an attribute i A called B then. But there is a much more generic attribute that represents...
... <snip> ... Then there is an implied type of relationship there somewhere. Perhaps it is merely a dependency (either direct or indirect). The real question...
(responding to Scott, John) ... Good point. When might we want to use an association, when a dependency? At Analysis I start with an association between the...
... <snip> ... My rule of thumb is that if it makes sense to persist something about the relationship, e.g. A works with B, then it's an association. If not,...
(responding to Scott) ... I tend to start from Domain model. (Abstract model of the domain). Until we have some specific requirements, maybe not the first...
Good answers from all so far! I'll just try and be succinct. The association means that one class knows about the other - sometimes for composition (a Customer...