Search the web
Sign In
New User? Sign Up
domaindrivendesign · Domain-Driven Design
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 491 - 521 of 8113   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
491
... I would suggest not worrying about hierarchies yet. You have a good start on the behaviors these things should provide... ... I don't get the sense from...
Logan, Patrick D
patrickdlogan
Offline Send Email
Feb 2, 2004
5:35 pm
492
Right, Role and Player (http://c2.com/cgi/wiki?RoleAndPlayer) can be powerful, even if Coad is too reductionist. But unless I've misunderstood Steven's...
Stafford, Randy
randalparker...
Offline Send Email
Feb 2, 2004
7:31 pm
493
Ubiquitous language need to connect the domain to the code, not just reflect the domain. It may be very useful to call out or invent the language for the parts...
John D. Corbett
code_graphics
Offline Send Email
Feb 2, 2004
8:11 pm
494
Perhaps I missunderstood I thought he was trying to use it in multiple contexts where being not an either or but one or more. If the type is exclusively one...
kurbylogic
Offline Send Email
Feb 2, 2004
9:21 pm
495
... Nobody anywhere (with a mind, that is) is claiming that TDD is a sufficient condition for success. -- J. B. Rainsberger, Diaspar Software Services ...
J. B. Rainsberger
nails762
Offline Send Email
Feb 2, 2004
10:05 pm
496
... It may be that Customer Testing practice does more to enhance DDD than TDD does. In particular, I'm thinking about one key consequence of Customer Testing:...
J. B. Rainsberger
nails762
Offline Send Email
Feb 2, 2004
10:08 pm
497
I was thinking about the initial question "Choosing between entity and value objects". In my mind all real world objects are have an implied unique identity....
kurbylogic
Offline Send Email
Feb 3, 2004
12:39 am
498
My last post probably seems backwards to most people... I was thinking about why value types are generally immutable and entities generally not, why values are...
kurbylogic
Offline Send Email
Feb 3, 2004
9:02 am
499
The first part of your post, about values depending for context on the object that contains them, while entities can be tracked independently of other objects,...
Eric Evans
ericevans0
Offline Send Email
Feb 3, 2004
10:53 am
500
I've got a question for Eric -- What are your thoughts on Coad's ideas on use of color in UML diagrams? t.allan This message is for the designated recipient...
allan.halme@...
allanhalme
Offline Send Email
Feb 3, 2004
10:56 am
501
I might suggest a single Order class with a Workflow attached and some kind of dataholder attached. That would be one experiment I might try. But the truth is...
Eric Evans
ericevans0
Offline Send Email
Feb 3, 2004
11:10 am
503
... Eric liked this, but I don't. It is probably true that if you are not interested in tracking an object outside the context of another object then it can...
Ralph Johnson
rej_13
Offline Send Email
Feb 3, 2004
2:24 pm
504
... may not ... If I do not care which red crayon I have do I not model it as a Value Object? confused Shane...
Shane Mingins
shanemingins
Offline Send Email
Feb 3, 2004
7:40 pm
505
Oops! I meant to type "value object", not entity. I hope context made it clear to others, as well. It should have read: Even if all red crayons are distinct...
Eric Evans
ericevans0
Offline Send Email
Feb 3, 2004
7:53 pm
506
... font ... tracking ... certainly ... application ... The number 2 is a "entity" but the integer that represents the number 2 is concidered a "value type"....
kurbylogic
Offline Send Email
Feb 3, 2004
11:20 pm
507
Hmm... perhaps this is exactly what I was looking for... value types represent *relationships* between 2 entities. I cannot think of a instance were you...
kurbylogic
Offline Send Email
Feb 4, 2004
12:07 am
508
I realize that the value/entity distinction is a subtle one, and I admire your energy in searching for a way to grasp it. But I think it is simpler than you...
Eric Evans
ericevans0
Offline Send Email
Feb 4, 2004
1:50 am
509
On Tuesday, February 3, 2004, at 05:57 PM, Eric Evans wrote: [...] ... In the above example, 1000 would be a value, but the part of the Money field that...
Keith Ray
attkeithray
Offline Send Email
Feb 4, 2004
3:29 am
510
Eric wrote: "I don't really know what you mean by 'value-type' in software. This entity-value distinction is a modeling distinction." I'm not sure if that...
kurbylogic
Offline Send Email
Feb 4, 2004
6:54 am
511
I'll hit a few points out of the message, but I think we are reaching diminishing returns. I would urge you to look at other parts of the pattern language and...
Eric Evans
ericevans0
Offline Send Email
Feb 4, 2004
9:11 am
512
Yes, the USD currency is an enumeration, and could reasonably be considered an entity. The number 1000 is a value, as you say. But here's the interesting...
Eric Evans
ericevans0
Offline Send Email
Feb 4, 2004
9:17 am
513
... *soley* ... with ... understand ... If those domain experts understand it, how does it improve the communication and thinking? Will they look differently...
Johan Nilsson
oncebroke80
Offline Send Email
Feb 4, 2004
4:51 pm
514
Eric, I am on a project at the moment where these points are being discussed. It seems to me there are two senses of domain, which are not being clearly ...
Chris Partridge
partridge_chris
Offline Send Email
Feb 4, 2004
7:44 pm
515
Eric, I am on a project at the moment where these points are being discussed. It seems to me there are two senses of domain, which are not being clearly ...
partridge@...
partridge_chris
Offline Send Email
Feb 4, 2004
10:11 pm
516
Which model is more like the "real world". That is a philosophical question. Maybe it is unknowable. What we want for software (and in most other situations...
Eric Evans
ericevans0
Offline Send Email
Feb 4, 2004
10:42 pm
517
... discussed. ... clearly ... Object, ... an ... marker. ... think of it. ... way they ... sense 2. ... Yes exactly, in the ontological model there is no...
kurbylogic
Offline Send Email
Feb 4, 2004
11:01 pm
518
... Same domain; different domain model. ... No, the use of a qualifier helps in identifying the entity, in this case. It does not change whether the President...
Eric Evans
ericevans0
Offline Send Email
Feb 5, 2004
12:58 am
519
... this case. It ... I still say President in the qualified domain model is a Value Object because it can be *derived* from Country and Year. It is the same...
kurbylogic
Offline Send Email
Feb 5, 2004
3:31 am
520
... A president isn't derived from country and year, it is *looked up* from country and year. The name of the president is a value. The president is an entity....
Eric Evans
ericevans0
Offline Send Email
Feb 5, 2004
4:05 am
521
I've often had the question, "What is the difference between domain-driven design and model-driven design?". So I wrote a short article to lay out the ...
Eric Evans
ericevans0
Offline Send Email
Feb 5, 2004
5:20 am
Messages 491 - 521 of 8113   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help