Sounds like a simple enough question:
What does the folder “com” stand for where all your custom packages are placed? Is it short for “common” or something?
Also, is this a required folder? I’ve encountered quite a few packages where they use the “com” folder as a subfolder for their package, but they add another parent folder. This doesn’t seem very handy, because this will clutter your whole project-root folder with different package-folders. Wouldn’t it be cleaner to always use the same root-folder? Or am I using the packages wrong (I place my own packages in a “com” folder, next to my FLA)?
For example:
import br.com.stimuli.loading.*;
This will force me to add another “br” folder, next to my “com” folder. I would rather keep all my AS-files in 1 folder!