Do you think that it is possible (or desirable) to model the design of an app ? I am currently working on a Java Swing Front-End doing : * connection through...
... Sure, if you model with a purpose. ;-) Your modeling efforts should add value, of course. Minimally you should model storm throughout the project and at...
... Indeed, that the case. ... Yes, I've captured some of these with Whiteboard photo and put them on the wiki. ... Indeed, kind of packages diagram along with...
AgileThought, at www.agilethought.com, has also become a supporter of AM. - Scott ==================================================== Scott W. Ambler Senior...
BTW, there is a link in the supporters about SoftStar but it is impossible to reach them using the email addresses. They bounce all the time. Maybe is there...
... Why are you keeping them? Do you actually go back and look at them again or is it just comforting to have them? Bet you could travel lighter.... ... Are...
Hi, My name is Michael Vizdos and I work with Scott Ambler at Ronin International, Inc. (www.ronin-intl.com). I will be in Arlington, Virginia, on Monday the...
Hello I'm trying to model a chess game. I have it written out using a flowchart but I'm trying to get into modelling using OO techniques. Any help and advice...
What are you trying to achieve ? The complex piece is the game strategy. This is rather algorithmic than OO. Alpha/beta or minmax kind of thing. If you are...
BTW, pay a visit to www.gamasutra.com and http://www.allegro.cc/ Some stuff about chess & alpha/beta http://www.ics.uci.edu/~eppstein/180a/s97.html /Phil ... ...
Phil: It has seemed a little slow lately, but I've attribute it to the season, kids back to school, changes of address, tech conferences and shows, etc. There...
Michael, I am the .NET SIG Leader for the New York Software Industry;s .NET Group. We are very advanced an would be interested in your proposed lecture that ...
I don't know - maybe it is due to the lurkers? I'll admit I am one. I am so much awe of the brilliance of the participating members that I rather watch and...
Yes, this happens from time to time. Suddenly 4 or 5 conversations will get going and people will complain about how there is too much traffic. Can't win....
we could always introduce topics of religion or politics <g> nah, we've got enough of a burden just trying to spin software development as being a successful...
I have a real issue that I need help with. I am currently busy with an on-line development venture. It is purely a training exercise. I want to know how we can...
Scott: While rummaging around in my email this morning, I found a brief pice that might be of interest to you and perhaps others interested in agile software ...
I recently finished a paper concerning OO Modelling. Please find it at: http://home.att.net/~geoffrey.slinker/maverick/OOModeling.html and if you have any...
That's the best article I've read in ages. Jason _____ From: Mr. _ [mailto:sirgilligan@...] Sent: 12 October 2004 22:14 To: agilemodeling@yahoogroups.com...
Sir Gilligan I have a comment about the issue of Liskov Substitution Principle (LSP) and the rectangle/square example, as discussed in your paper. Inheritance...
I have some comments on the genealogical example. Examples in a text, even a short one like this, should be well thought through, and this one seems to be...
Problem is: The DVD or Video depends on the signal received from the cable. From that point of view, they offer the same services: Record or transfer signal to...
Domain modeling is great since we can really clarify the responsibilities for the "concepts" at hand. There is not much "operations" being defined there,...
Phil ... My view is that separating "substitutability" from "re-use" is a fundamental principle of engineering, and applies to both hardware and software. It...
... Whether there's substitutability depends on how the inheritance is structured and what the requirements of the domain and specific application are. The...
Scott ... True -- but I fear that you might be able to use this strategy to make any class substitutable for any other, which renders the LSP meaningless. Rgds...