titohov
05-05-2008, 06:49 PM
I'm kind of new to OOP and am wondering if anyone has any tips on the best way to organize class directory structures. I've read that it's common to store your classes such as: com.mysite.utils
What are other common folders besides utils? Is there a general standard for this type of thing?
Also, a related question:
I understand a lot of people keep a main "Actionscript" or "Classes" folder on their machine. It's a nice way to keep all of your classes in a single location for later reuse.
On a project by project basis though, it's nice to have your classes in your project folder (for easy access and easy project delivery down the road). I guess I'm just wondering what the typical workflow is for this. Do you just copy classes you need from your main classes repository into a project folder?
Thanks for any tips on any of this!
What are other common folders besides utils? Is there a general standard for this type of thing?
Also, a related question:
I understand a lot of people keep a main "Actionscript" or "Classes" folder on their machine. It's a nice way to keep all of your classes in a single location for later reuse.
On a project by project basis though, it's nice to have your classes in your project folder (for easy access and easy project delivery down the road). I guess I'm just wondering what the typical workflow is for this. Do you just copy classes you need from your main classes repository into a project folder?
Thanks for any tips on any of this!