As mentioned earlier, there are several libraries available within the core that have yet to be noticed by many WordPress developers. Most beginner-level developers tend to include such libraries in their plugins when it's already available inside the core framework. This happens purely due to the nature of WordPress development, where most development is done for generic websites with very limited dynamic content.
As we move into web application development, we should understand the need for using existing libraries whenever possible due to the following reasons:
- WordPress contains libraries that are more stable and compatible
- Using a WordPress built-in library prevents conflicts in using different version of the same library
- This also prevents the duplication of libraries and reduces the size of project files
I am sure you are familiar with libraries and plugins...