Drew Wutka
DWUTKA at marlow.com
Wed Feb 12 20:44:01 CST 2003
For me, it all clicked when I started to work with ASP. I used VB to make ActiveX .dll's to interface with my databases, and the jump in thinking was changing my development habits from Step by Step to object modeling. What I mean by that, is before I would program as a 'tree'. I would start at point 1, and determine how many branches I would have from that point. Then I would 'program/develop' for each branch. As the branches expanded, I would keep programming out until I hit the end of the limb. When dealing with classes, I realized that the class represented a limb. I then began writing my classes so they were a complete data object model in their own right. Then I created classes that pulled various classes together, more like a branch, but because the limb classes were their own stand alone entities, there was a lot less work to put the limbs together. Does that make sense? Drew -----Original Message----- From: Bryan Carbonnell [mailto:carbonnb at sympatico.ca] Sent: Wednesday, February 12, 2003 7:43 PM To: accessd at databaseadvisors.com Subject: RE: [AccessD] Just curious On 12 Feb 2003 at 17:26, John W. Colby wrote: > I started using classes hmmm... about 3 or 4 years ago now. I > started seeing the occasional cryptic message about WithEvents from > this Russian Guy (Shamil) which caught my attention. I went to his > site and downloaded all of his demos, but had a bit of a rough time > understanding the concept. Looking back, I don't really understand > why. It's really easy stuff but I did. Tried it, went away, tried > it, went away. Finally one time it just clicked. It clicked so well > that I decided to completely rewrite my framework to be class / > withevents driven. Which I did. What caused it to click? Just hammering at it time and time again? I've tried understanding that Russian guy's stuff :-)) and it hurts my head. I can use classes. I can use WithEvents. I just can't seem to use them together. Is it just a case of try to understand, then try again and again and again until the magic moment happens and it just finally clicks? Maybe it's just too DEEP for me right now :-)) -- Bryan Carbonnell - carbonnb at sympatico.ca Never test for a bug you don't know how to fix. _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com