Opened 8 years ago
Closed 8 years ago
#38219 closed enhancement (wontfix)
Introduce MVC design pattern in wordpress
Reported by: | lpkapil008 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | performance | Cc: |
Description
Currently with latest version 4.6.1 we are stick to the functional or procedural programming. HMVC is being used in current era. How can we go ahead with procedural programming apporach ?
We Strongly needs a way to take WordPress to this next line.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Thank you for the ticket, @lpkapil008!
This idea has been discussed in various forms over the years (#11517, for example). There are two significant issues:
As new features are developed, they tend to be created using more modern application development paradigms. Occasionally, older parts are tweaked or refreshed when their existing design becomes a roadblock to significant development. But, we've found that rewriting for the sake of rewriting is a net negative to WordPress.