Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This page is intended to act as a guide for code reviewers.

  1. There are passing tests for new functionality
  2. The code is internationalized - at a minimum all human readable text are in strings in the options block
  3. The public API is commented
  4. Core logic is available through the public API
  5. ARIA roles are used where appropriate
  6. All functionality is accessible via the keyboard
  7. Code is broken up into well named things
  8. All javascript files pass jsLint
  9. All html files pass the w3c validator
  10. All json files pass json lint
  • No labels