My Other Sites

Friends

WordPress Is Not Strict

One of the things that bothers me about WordPress is how bad the code base really is. I’ll be honest, WordPress has come a long way and its features are pretty fantastic. What they’ve done with the administration options, combined with all of the plugins that exist for this CMS, really make WordPress a great tool for a blog. However, from a developer’s point of view, WordPress can be tough to tackle to get one’s entire site to validate.

WordPress simply has too much code that does not conform to the strict XHTML 1.0 guidelines. I could go in and attempt to fix all of it, but I feel like I would break too much of the code for such a venture to be worth it. Furthermore, do I really want to look at all of the garbage that has been built as part of WordPress? No, and I most likely wont.

I’ve thought about rolling my own content management system, but I’ve decided against it. My reason is simply that I should be using the tools that exist for me and that I should not be reinventing the wheel. However, making my own would definitely serve as great web development practice, so maybe I’ll revisit the idea one day. Who knows.

Tags: , , , , ,

Leave a Reply