Proposal: WordPress Developer Handbook for common topics

In DevHub (https://developer.wordpress.org/), we have Code Reference, Theme developer handbook, PluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party developer handbook, etc. but some topics are independent from those categories and quite common. For example,

  • Latest Programming Topics in make coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. (e.g. Security in 5.2)
  • Security
  • I18N
  • Error handling
  • Debug Technique
  • APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. usage (e.g. https://codex.wordpress.org/Settings_API)
  • License
  • etc.

What about creating the “WordPress Developer Handbook” for these common topics?