In your discussions you referred to the eight or so cases that need to be proven. I've been on lurking mode for quite a while, but want to get back in the action a bit more. I'd like to put my teeth in those examples/challenges in my own favorite language du jour. Where can I find the descriptions?
Thx,
Serge.
/me ducks away from flying boot thrown by Cope, along with the war cry: "words mean things!!!". ;-)
Better than "descriptions", would be the use cases as well as functional and non-functional requirements.
2011/11/14 ant.ku...@gmail.com <ant.ku...@gmail.com>Better than "descriptions", would be the use cases as well as functional and non-functional requirements.Since it's technical "stuff" more than hard requirements I do believe a description and not a use case is interesting. The use case for "recursion" or passing role as an argument to function is not much of a use case.The interesting challenges I've had so far has been:
- Recursion, where a RolePlayer is bound to the same or different role in some/each of the recursions
- Multiple roles. The same Player is bound to several roles in the same context
- Role assigned to locale. When a RolePlayer is assigned to a local variable or passed as an argument to a method
- Identity. When the identity of the object matters. E.g. when using a ReferenceType as the key to a dictionary in C#
Yeah, those thingies, whatever they are called, as long as I can get at them� /me ducks away from flying boot thrown by Cope, along with the war cry: "words mean things!!!". ;-) On 14 nov. 2011, at 11:14, ant.ku...@gmail.com wrote: