Title: WordPress Project Information
Last modified: January 3, 2018

---

# WordPress Project Information

 *  [gon123](https://wordpress.org/support/users/gon123/)
 * (@gon123)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/)
 * Hi! First of all I’ll introduce my self, because I’m new in forum.
    My name is
   Gonzalo, I’m a student of IT, now we are studying Software development, architecture,
   design, methodologies, etc.
 * We should choose an open source project to get information about it and write
   a well documented work. I chose WordPress because I’ve used it before, I have
   currently a project running over it, I have changed some core files and plugins,
   and cause I like PHP!
 * But I’m having troubles finding some information about the project, becasue most
   of the post talk baout how to develop with WordPress and not about HOW IS WORDPRESS
   DEVELOPED.
 * -I would like to know about wordpress development methodology? Does development
   team follow an agile methodology?
    I have read Philosophy and information about
   bug tracker, tickets and now I’m reading about realease philosophy. But nothing
   in particular about methodology.
 * -I will need information about software architecture. I have read WordPress is
   based on Event-driven paradigm, I have some post to investigate more about this.
   But I’m sure there is more architecture patterns in WordPress.
 * -In the future I will start researching information about Design Patterns inside
   wordpress core, I’m stuck on previous points for now, If you give me some guidelines
   about this part or references to read about I would be grateful.
 * I’M NOT ASKING YOU TO MAKE MY WORK! I’m just asking for help, information or 
   references. Of course I can share my work when I finish my research, and I will!
 * Thank you!

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9831902)
 * Have you read/followed the core blog? [https://make.wordpress.org/core/](https://make.wordpress.org/core/)
 *  Thread Starter [gon123](https://wordpress.org/support/users/gon123/)
 * (@gon123)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9834742)
 * I have tried to find info there, but it’s all so sparse I can not take something
   clear.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9834836)
 * Have you checked out the handbook there?
 * [https://make.wordpress.org/core/handbook/](https://make.wordpress.org/core/handbook/)
 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9837258)
 * Please whatever you find, make your findings available to our community.
 * For myself I am not sure if I see any architecture to the evolution of WordPress.
   And evolution is key here, it is a mature project, ambitious of scope, there 
   are all sorts of relics in the codebase. All sorts of things which given the 
   opportunity would be done differently.
 * I offer these observations, while being a thoroughly PHP project, the innovative
   mechanism of both “hooks” and “filters” conceptually represent significant language
   extensions. Add the plugins mechanism and you have a platform with enormous scope.
 * Good luck.
 *  [jascore7](https://wordpress.org/support/users/jascore7/)
 * (@jascore7)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9842414)
 * Try to join the slack community, theres a lot of people who can help you answering
   that question!
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9843063)
 * [@jascore7](https://wordpress.org/support/users/jascore7/), Slack is not meant
   for support. The forums are the best place to ask this, not Slack.
 *  Thread Starter [gon123](https://wordpress.org/support/users/gon123/)
 * (@gon123)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9856221)
 * [@macmanx](https://wordpress.org/support/users/macmanx/) Of course I have read
   the handbook. I have read all the documentation I have found, but there is no
   info about Design decisions, Architecture, etc.
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9856224)
 * You’ll find a lot of the decisions discussed in various [trac](https://core.trac.wordpress.org)
   tickets.
    -  This reply was modified 8 years, 4 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 *  Thread Starter [gon123](https://wordpress.org/support/users/gon123/)
 * (@gon123)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9856235)
 * [@sterndata](https://wordpress.org/support/users/sterndata/) Yes, that’s a good
   idea. I will search tickets in trac where I can see some design decisions or 
   patterns.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9856319)
 * > I have read all the documentation I have found, but there is no info about 
   > Design decisions, Architecture, etc.
 * There is a section in the Handbook that I linked you to titled “Design Decisions”
   [https://make.wordpress.org/core/handbook/contribute/design-decisions/](https://make.wordpress.org/core/handbook/contribute/design-decisions/)
 * Though not specifically labeled Architecture, most of that is covered under [https://make.wordpress.org/core/handbook/best-practices/](https://make.wordpress.org/core/handbook/best-practices/)
   and there’s a full database description at [https://codex.wordpress.org/Database_Description](https://codex.wordpress.org/Database_Description)
 *  Thread Starter [gon123](https://wordpress.org/support/users/gon123/)
 * (@gon123)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9856404)
 * [https://make.wordpress.org/core/handbook/contribute/design-decisions/](https://make.wordpress.org/core/handbook/contribute/design-decisions/)
   
   Title sounds great, but I’m talking about Software Development, so when I talk
   about design I mean, design patterns, antipatterns, code examples, etc. That 
   WordPress encourages using absolute paths doesn’t help too much.
 * [https://make.wordpress.org/core/handbook/best-practices/](https://make.wordpress.org/core/handbook/best-practices/)
   
   Can help, a11y is a great topic I will write about and coding standards can give
   some clues about design, thanks, but is a bit technical.
 * [https://codex.wordpress.org/Database_Description](https://codex.wordpress.org/Database_Description)
   
   Data model can give me a lot of info about design decisions and architecture,
   thank you!
 *  Moderator [Mel Choyce-Dwan](https://wordpress.org/support/users/melchoyce/)
 * (@melchoyce)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9862016)
 * For design, you’ll want to see the Design Team Handbook: [https://make.wordpress.org/design/handbook/](https://make.wordpress.org/design/handbook/)

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘WordPress Project Information’ is closed to new replies.

## Tags

 * [architecture](https://wordpress.org/support/topic-tag/architecture/)
 * [development](https://wordpress.org/support/topic-tag/development/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 12 replies
 * 7 participants
 * Last reply from: [Mel Choyce-Dwan](https://wordpress.org/support/users/melchoyce/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/wordpress-project-information/#post-9862016)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
