Firefox extension file structure best practice
- by user353969
Is it a good practice to put js files of the "content" folders in inner folders representing their logical module?
For example have a "datalayer" and "view" folders?
I looked into some well known extensions, such as Firebug, and saw no such devision.
I'm a Java developer so its seems much more natural to divide the files logically.