Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Portability
Message
From
30/04/2004 08:39:22
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
30/04/2004 06:22:51
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00899647
Message ID:
00899687
Views:
20
BTW

All frameworks have many classes combined in an apparently arbitrary way into class libraries. I once wanted to create a DLL. I used a particular class from a particular library. What happended was the DLL became enormous. The particular class was a subclass of another class in another class library. That class library was brought into the project and all kinds of files that supported the classes in that library.

The moral of the story is keep things as granular as possible to avoid the unexpected. Compilers are no smart enough to learn from their mistakes, but we are.
Previous
Reply
Map
View

Click here to load this message in the networking platform