Core Plugins – Bless Or Curse

The WP Hackers mailing list is always good for a discussion and so far I like to participate. Currently, there is a new debate concerning the development of Plugins to the core theme. Andrew, an experienced and avid developer, submitted the issue in a guest contribution on WP Tavern and brings some important points to bear.

I also would like to express my perspective on these things and discussion. WordPress in my view, is an application I enjoy and with a lot potential nowadays and I’m sure for the future. My opinion is from the perspective of a user and a developer. I will only show briefly the possibilities I like to have and how I can imagine the future of WordPress, without compromising the current path and without a start from scratch.

Core Plugins

Core Plugins allow that the actual core of WordPress is slim and you can activate the necessary extensions with the help of the Core Plugins. You only add functionality, that you really need or needed by other extensions, such as Plugins from the community.

Roadmap

So far, the philosophy of WordPress: grow, expand more and more, as I also published in my Outlook 2009. This is certainly a reason because the majority of users would like more and more functions, which is already be seen on the wishlist of WordPress.

Pro & Contra

The development team at WordPress has a difficulty with decisions, what will be implemented in the core and what will not. Some eternal debates, until it is implemented. WordPress is known for rapid growth and functional diversity. From this point it is difficult to say that we take out certain areas and make them available as a Plugin. This means, however, a coupled development, which will cost more time which seems WordPress never have . I agree – the development will be slower, the effort of testing more, and the variety has no common standard. But is it not an added value if you want a lean stable system, which you can extend with the appropriate Plugins to extend the needed functions?

Likewise, I believe that the cooperation of developers would be increased if it is a sealed area and don’t have to edit the entire core. It makes it easier to fix bugs and lowers the inhibitions of cooperation. That doesn’t mean, it isn’t Open Source, the developer in the SVN could be allowed to work on it just as it is now, with Trac and all other permissions. Is it not also the strength of Open Source, that everybody can participate to make WordPress better? WordPress is in some places still quite uneven and makes it more difficult for beginners who like to participate in the code. In the WordPress scene, there are plenty of very good developers, you can find enough volunteers, that could solve the time problem so that the team can concentrate on their part.

From my own experience of developing themes and Plugins, published or not, I know how much effort it can make to keep Plugins up to date. I can understand if you are against Core Plugins. From the perspective of the different applications and solutions that I’ve implemented with WordPress, I can only emphasize the advantages of a Core Plugin

Core Plugin or Classical Plugin?

In this context, there is the question of why Core Plugins, why not the classic models of the Plugins in the wordpress.org Plugin Repository? This directory shows particularly how active and strong the WordPress community is, but the variety of Plugins is immense and an examination of the code is for the individual Plugins not guaranteed (which I in fact also support, as long as they are GPL, but that’s another discussion). I see the possibility of the Core Plugins differently, because they could give such security and the same standard as the core itself.

Versions and Effort

Due to many versions of WordPress, it is difficult adapt a Plugin to all versions. Since version 2.7 the interfaces and capabilities for developers are more consistent. I myself do find it difficult to adapt Plugins to older versions. It is simply no fun. But it is not the only reason, there are also the possibilities of cleaner implementation, which has been achieved in 2.7.
Similarly, the discussion on PHP5, which I also do not want to touch – we will see, what brings WordPress 2.8 or Matt has to say on Feb 14 in Jena. The WP Hackers mailing list has also an extensive discussion going on.

Back Again to Core Plugin

With the help of the Core Plugins, to return to the topic, I see opportunities for more stable code with more effort but great feedback. Plugins can relate, they can query and the performance could benefit from it. The diversity of opportunities that WordPress already offers, would be even bigger and easier to justify. Each individual Core Plugin is available via a comfortable builder.

An Example

I will use a core function as an example, which in the past was a reason of discussions, not only within the developers community – the revision function in WordPress since version 2.5.

This function is for use as a CMS and with different authors in WordPress inevitable. It is from this perspective, an added value- but at the same time it puts lots of data into the database. This is particularly unnecessary when the blog operates by one person. From my perspective, the revision in WP would be a typical Core Plugin. Which is required to be activate and you’re done. I know so many WordPress users who not even know this feature, but are surprised of the big amounts of data during a backup. In the standard there is no way to restrict or disable this function – an intrusion into the configuration file is needed, or a Plugin can be used.

Conclusion

Therefore, I agree to Core Plugins, developed in parallel with and for the Core, likely depending on the version of the Core. I am also for the independent form of the Core Plugins and the freedom for developers in the known Plugins from the wp.org Plugin Repository.

Done

Wonderful, you’ve read it up here? Already I am grateful and apologize that it was such a long article. Even though I still didn’t say everything and maybe I am completely mistaken, but it is an opinion and open source is, in my view much more than taking and giving. Open Source gives also the freedom to participate, think and discuss – encourage to start discussions.

What is your Opinion?


Posted

in

by

Comments

5 responses to “Core Plugins – Bless Or Curse”

  1. designs by casey Avatar

    Great article, I agree with the fact that the plugin repository is a great place for people to develop and work their skills into the WordPress community as well as it shows how active the community is with each other. Also with the latest addition of the WP revisions in the core, I agree on the amount of unnecessary data being stored in the database for especially for some people who use it as a page based CMS and don’t necessarily know all that much about web development and how the system works except how to go in and edit their pages. I have plenty of clients who don’t fully understand WP but are very happy that it is pretty easy for them to go in and manage their content themselves. I believe this core “plugin” should possibly be somewhere in the settings to turn on or off. Also, I didn’t know if you noticed but this page has much larger text in the sidebar and comments area then your other posts. -Happy WP Engineer Reader

  2. […] Core Plugins – Bless Or Curse – my perspective, Plugins, WordPress … […]

  3. Alex Avatar

    Hey Casey, thanks for your comment and good to know were are not the only one with this opinion. Glad you are a happy WPEngineer Reader 🙂

    But the text in the sidebar and comment area looks normal, maybe it was a one time thing when you load it.

    Let us know if it still showing up in larger text.

  4. Christopher Ross Avatar

    Alex, I think you have one of the best WP sites on the web and I love reading your work here. I would like to expand on this idea by saying that WP itself should be as small as possible and after installation offer users a wizard type interface to pick which core tools are needed. The revision tracking is (as you point out) a great example of an element of WP that would be better left up to each user.

  5. Alex Avatar

    Hey Christopher, thanks for the nice words about our blog 🙂

    Yeah, lean and clean, that is what many users want. This is why many products fail, they want to make everybody happy and blow their system to a heavy weight loser. Switching on/off some function would be beneficial for everyone.