-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are both 'views' and 'templates' directory necessary? #79
Comments
I still don't understand what did you mean templates and views. Do you mean like views/somethings/index.js and views/something/index.html? |
I was just confused by having both folders. |
oh you mean templates folders and views folder. maybe we can simply rename it using "theme". :) |
Alright. Thanks for your response. It is probably alright how things are currently, as I was just confused. |
btw I am also confused sometime, it was reasonable. and I think change it will be good. Just look at the reference famous frameworks like RAILS, django, n Laravel and simply following their naming convention. |
The 'views' and 'templates directories serve nearly the same function, and may confuse developers having both in the same project. I.e. most or all of the meteor boilerplate projects choose either views or templates, but not both. What is the purpose of having both directories, and how might it be beneficial to provide only one?
The text was updated successfully, but these errors were encountered: