Login  Register

Re: an online class hierarchy?

Posted by Ian Bartholomew-19 on Oct 13, 2004; 8:03pm
URL: https://forum.world.st/an-online-class-hierarchy-tp3371800p3371839.html

Tom,

> Well that was bad news but I note that better news has followed in
> other replies.  Primarily I am (probably) most interested in the MVP
> aspect so I'd like to see what the base model and view provide along
> with whatever they are subclassed from of course.  Ultimately what
> happens when browsing docs however is something strikes ones interest
> and that leads to something which then leads to something else.  I'll
> guess that I wouldn't wander too deeply into the representations of
> numerics, booleans. stacks, queues, linked-lists, et. al.  I can
> pretty much guess how they work.

I really think you may have a lot of trouble getting much of an overall
picture of something like MVP from any documentation.  Smalltalk tends to be
written using lots of short methods, anything with more that 5 lines of code
is considered "wordy" :-), so trying to follow what's happening on paper can
be very tortuous.  You've really, IMHO, got to sit down and experiment with
a live image, _that's_ when you see the power of the language.

> Ultimately I would need to be able to produce a listview containing
> the names and id's of customers (for instance.)  Then choosing from
> the list fetch, edit and then save the properties of that customer.

I, and no doubt a lot of others here, could write a prototype demo of that
in Dolphin if you're interested.  It would be a bit simplified, data
persistence in a file rather than a database for instance, but would
probably give you a better idea of what's involved than reading through
documents.  Interested?, I've got a quarter of an hour to spare tomorrow :-)
I'll even add some comments to the code - a major concession for me these
days!

--
Ian

Use the Reply-To address to contact me.
Mail sent to the From address is ignored.