Posted by Willem Bogaerts on 01/30/07 07:52
> I have the following class structure and I'm wonder how best to put this
>
> in seperate files/folders instead of all in one file. Thanks!
It does not really matter if you put each class in its own file or if
you group them in library files. It is just a matter of personal taste.
What I really avoid is mixing "free running" code with class or function
definitions. A file should either define something or run something. Not
both.
--
Willem Bogaerts
Application smith
Kratz B.V.
http://www.kratz.nl/
Navigation:
[Reply to this message]
|