Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. - [x] Single Responsibility -- one thing per file
  2. - [x] IIFE -- free from coffeescript
  3. - [x] Modules -- declare once, nest namespaces
  4. - [x] Controllers -- name your fns, use controllerAs, vm = this, public methods at top of file
  5. - [x] Services -- delegate all possible behavior to here for easier testing
  6. - [ ] Factories
  7. - [ ] Data Services
  8. - [ ] Directives
  9. - [ ] Resolving Promises for a Controller
  10. - [ ] Manual Annotating for Dependency Injection
  11. - [ ] Minification and Annotation
  12. - [ ] Exception Handling
  13. - [ ] Naming
  14. - [ ] Application Structure LIFT Principle
  15. - [ ] Application Structure
  16. - [ ] Modularity
  17. - [ ] Startup Logic
  18. - [ ] Angular $ Wrapper Services
  19. - [ ] Testing
  20. - [ ] Animations
  21. - [ ] Comments
  22. - [ ] JSHint
  23. - [ ] JSCS
  24. - [ ] Constants
  25. - [ ] File Templates and Snippets
  26. - [ ] Yeoman Generator
  27. - [ ] Routing
  28. - [ ] Task Automation
  29. - [ ] Filters
  30. - [ ] Angular Docs
  31. - [ ] Contributing
  32. - [ ] License
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement