-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Naming conventions + style guide and best practices #185
Comments
yeah good idea I can start one |
Great! I will be happy to contribute. |
At work we've just started investing in AngularJS (time pressure), but since Angular 2 is just around the corner, we're trying hard to make things easier when we decide to upgrade/migrate. As far as I can see for now, I think that AngularJS 1.5 apps written in TypeScript can share a (partly) common style guide (e.g., folder structure, folder-per-feature idea, focus on componentization, usage of classes, ... If you're interested, I'll document here the things that we come up with along our project. |
@dsebastien I'm interested if you can that would help everyone in the Angular community |
@dsebastien @gdi2290 Let us start a wiki page for documenting the naming conventions. We can use this thread to report issues or debate alternatives. Agree with @dsebastien that we can reference existing conventions so it is easy for folks migrating over from Angular1. Where missing, we can also lookup other best practices - like API naming conventions from Apigee could possibly help navigation / router related naming conventions. |
I created a wiki page here https://github.com/AngularClass/angular2-webpack-starter/wiki/Best-Practices I'll update next week so if you guys can update it before then it would be awesome to see everyone opinion first |
I added my opinion to the wiki page you created @gdi2290 |
Updated best practices. |
There is angular 2 style guide based on johnpapa guide: mgechev's Angular 2 Style Guide |
All of which have been rolled into a single Angular architecture & style guide. This is covered in the wiki as well. |
In the spirit of following best practices for this starter. Any thoughts on naming conventions and style guide for Angular2, that this starter can follow?
Kind of like Angular2 version of the famous johnpapa angular 1 style guide. I am sure many of the recommendations can be reused for Angular 2 with few changes.
Currently I notice following issue with component naming:
Angular 2 official docs seem to suggest using
app.component.ts
andAppComponent
naming convention. More verbose.PS: I have not looked up the design docs of Angular2 if there are "official" docs that can kickstart such a style guide.
The text was updated successfully, but these errors were encountered: