ama icon indicating copy to clipboard operation
ama copied to clipboard

Strucuture in big Angular Projects

Open trahloff opened this issue 9 years ago • 0 comments

Hey, I just read through your "Design Patterns and Best Practices" and some open questions still remain. For example: how do I manage my routes? How do I manage the vast amount of controllers that will inevitably emerge when building a massive scale web app? In general: How do I structure my project in a way that makes it easy to maintain.

I'm fairly new to Angular and haven't seen good guides for this kind of problems. At the beginning I really liked the Angular way of coding but now I have to admit that I hate it more with every day.

It's probably not helping that I got a project to maintain from a coworker how clearly ignored any best practices but handling an app.js with ~700 lines of states and views and ~20 lines of modules and controllers that are loaded to the app is a pain.

I think there is really a niche for a guide or a tutorial that deals with these kind of problems.

Anyway, thanks for you guide. I would appreciate if you could tell me what you think about this issue.

trahloff avatar Mar 02 '16 16:03 trahloff