- A community driven style guide for AngularJS applications. This
covers project layout and naming conventions (which may be less useful
since we are defining our own) but also covers a number of best
practices in order to increase testability and maintainability.
- A discussion of performance concerns in AngularJS and some rules for
dealing with those concerns. As with nearly all discussions related to a
specific technology and performance it needs to be taken with a grain
of salt (the half life of performance recommendations always seems to be
incredibly small) but there is still some useful stuff in there.
Yeoman
How to use our custom Yeoman generator - It is strongly recommended to use Yeoman to create new components
(controllers, directives, services, etc.). Our generator will also
generate corresponding unit test files.