-
Notifications
You must be signed in to change notification settings - Fork 6
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
Project Structure #28
Comments
👍 will be great, I applied this structure on the https://github.com/alvarowolfx/front-in-cuiaba-app project as a example of following John Papa style guide |
Maybe instead of |
@giorgiofellipe I couldn't understand what means I have no ideia what's better, but I'm sure it must be the same of that ideas to write better CSS code, previsible effect, no side effects, everything should be as it is not dependent of the context it is used.
I believe we should focus on states, because IONIC apps is all about states, and someone is hired, they check the routes, and they have a good ideia in how the app is structured. Shared is so good, if we need to check the Remember, that #22 & #25 will/should also generated test case for everything it creates, and Angular-Seed uses it inside of each module, I think that is awesome. This is what I thought
About
I think this is good, because, if anyone which is new in Ionic Garden, will ask "Where do I see the states of my app?" states folder. "Where do I find the What do you think? |
@felquis Oh, I've forgotten the tests, but as you mentioned it should be in the same folder as the component. Also, indeed it would be nice if we don't mess the things up into the |
I have this doubt , as the automation of tasks such as imgmin jade, these folders should be created out of the www , thinking about it |
@giorgiofellipe First let's make our current stack work in |
This issue is related to #13 |
I would have even the CSS (or .sass) files inside the
|
That's a good ideia, thanks @cironunes |
Like it a lot too! I would also point another thing from the style guide
|
As it is still opened I think something between @felquis and @cironunes ideas would be nice! I really liked @cironunes approach since I've been work with many modern AngularJS projects based on John Papa style guide (mixing html, js, css, spec, etc) and it also follows Uncle Bob's ideas. However |
What do you guys think about this Folders-by-Feature Project Structure? Based on https://github.com/johnpapa/angular-styleguide#folders-by-feature-structure
The text was updated successfully, but these errors were encountered: