THIS PAGE IS DEPRECATED!
please see http://ietherpad.com/reading-code-wordpress where we moved for a more reliable server!


You can re-arrange this page, add and subtract titles, and do whatever you need for it to make sense for this project.

Wordpress

Project Details (title, language, url, purpose)
 - Title: Wordpress
 - Language: Php
 - Url: http://wordpress.org/
 - Purpose: serve as a base mini-framework/cms 

Summary: what was read/what it does

Description: more detailed over view

Pseudo code: what does this do, in pseudo code

Comments: Interesting techniques, tricks. Coding style, Things that could have been done better, balance between efficiency and clarity, quality of code-re-use. 

Architecture: Data models, Class hierarchy. Is the architecture clean, intuitive, easy to understand? If not, how would you change it?

How hackable is this code (well documented, easy to find your way around, could create a patch/add a feature without too much pain): Score 1-5

Possible bugs identified, if any