How directory structure for Web project (html + css + js + java/spring) should look with javascript Jasmine unit tests? -


i trying incorporate project jasmine javascript unit tests. should put in source tree? current structure:

projectname/   css/   img/   js/   index.html (etc) 

it should in public directory, or outside of it? incorporating frontend part java spring project. should whole structure should like?

i go similar fashion have java unit tests set up. if have source folder @ root of project , test folder same package layout , classes serve tests, same thing @ root of web project: js_test, jstest ...

the question you're asking unfortunately has no standard. @ point developer decide layout of his/her own project.

in industry has own benefits (perhaps in terms of propriety) @ end of day different team or developer may have different layout developer among his/her own projects.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -