Best practices for developers
Same name in other branches
- 9 core/core.api.php \best_practices
- 10 core/core.api.php \best_practices
- 11.x core/core.api.php \best_practices
Overview of standards and best practices for developers
Ideally, all code that is included in Drupal Core and contributed modules, themes, and distributions will be secure, internationalized, maintainable, and efficient. In order to facilitate this, the Drupal community has developed a set of guidelines and standards for developers to follow. Most of these standards can be found under Best practices on Drupal.org
Standards and best practices that developers should be aware of include:
- Security: https://www.drupal.org/writing-secure-code and the Sanitization functions topic
- Coding standards: https://www.drupal.org/coding-standards and https://www.drupal.org/coding-standards/docs
- Accessibility: https://www.drupal.org/node/1637990 (modules) and https://www.drupal.org/node/464472 (themes)
- Usability: https://www.drupal.org/ui-standards
- Internationalization: Internationalization topic
- Automated testing: Automated tests topic
File
-
core/
core.api.php, line 1543
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.