|
-
Feb 19th, 2002, 01:41 PM
#1
Name spaces!!!
Well, I just need a little suggestion. Lets say I'm creating a name space "tools". I want to have sections in tools, like "tools.file.{other functions here}" . I was just wondering what's a good way to add categories to my name space? should I make them all classes, modules, or what?
something like this:
Namespace Tools
Class File
......some functions here.......
End Class
Class Graphics
........some functions here.......
End Class
End Namespace
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|