dervalp / cosyJS

Isomorphic Javascript Component Framework using express
http://dervalp.github.io/cosyJS
MIT License
7 stars 1 forks source link

Dealing with component files #1

Closed dervalp closed 11 years ago

dervalp commented 11 years ago

Right now, to define a component, you need multiple files:

Would it be better to have a Folder with the name of the component and inside this one having each file

or

keep it split as it is right now ?

dervalp commented 11 years ago

As a developer, I think it has maybe more sense to put all the file inside the same folder. I will keep this solution for now and see if it makes sense.