Firefox extension file structure best practice
Posted
by user353969
on Stack Overflow
See other posts from Stack Overflow
or by user353969
Published on 2010-05-30T11:51:07Z
Indexed on
2010/05/30
11:52 UTC
Read the original article
Hit count: 345
firefox
|firefox-addon
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.
© Stack Overflow or respective owner