Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 555 Bytes

common_issues.md

File metadata and controls

14 lines (13 loc) · 555 Bytes

#Common issues - ToDo List

  • Tests with no expectation
  • Tests with multiple expectation
  • No README.md
  • Incorrect installation instructions in the README
  • If using a framework, delete any unnecessary code
  • Avoid <div>
  • No integration tests, or poor test coverage
  • Over-reliance on online tutorials
  • Not using controllerAs syntax
  • not using preferred array syntax for dependency injection (to avoid minify issues)
  • make use of available angular directives - e.g. checkboxes
  • make use of filters where appropriate