This repository was archived by the owner on Feb 18, 2021. It is now read-only.
This repository was archived by the owner on Feb 18, 2021. It is now read-only.
Angular Style guide #32
Closed
Description
Hello all.
A friend told me about this style guide, and many of this recommendation already covered by the default boilerplate, however I think that some poins can be interesting, like the "manually dependency injection" via $inject also well 'named functions' instead anonymous functions on services/factories/controllers notation (that implicits use the ng-annotate for minifying process, but helps keep the code more 'human' legible).
Please, take a time to looking this and commments what you guys think about it and what impact can be observed:
https://github.com/johnpapa/angularjs-styleguide
thank you!