You can , but don't. Use packages to organise code. If you are splitting code into multiple files there is an implication that you are organising the code into related lumps. If you give each lump a name you have effectively a package name, so use it as an actual package name. The value of good names is that you are providing information that helps organise and find code and that helps write and maintain the code.
Instead of creating UberPackageWithAllMyJunk create multiple small focused packages with appropriate names like CatGrooming, DogGrooming and BasicGrooming so you have some idea of how the code fits together and where to look for solutions to specific problems. (Did you spot that the dog and cat grooming packages probably use the basic grooming package?)
In reply to Re: How to split main package over multiple files
by GrandFather
in thread How to split main package into multiple files
by mmk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |