[wp-trac] [WordPress Trac] #57487: Add support for "development mode"

WordPress Trac noreply at wordpress.org
Wed Jan 18 00:52:48 UTC 2023


#57487: Add support for "development mode"
-------------------------+----------------------------
 Reporter:  azaozz       |      Owner:  (none)
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Future Release
Component:  General      |    Version:
 Severity:  normal       |   Keywords:
  Focuses:               |
-------------------------+----------------------------
 The idea to have a dedicated "development mode" has been around for a
 while. Previously the consideration was that having `WP_DEBUG` and
 `SCRIPT_DEBUG` set to `true` is enough. However it seems that's not the
 case any more.

 For example lately the WordPress code is more and more aware of different
 methods and levels of caching. Having a development mode would make it
 easier/clearer when to use these caches and when to reset them.

 Another nice use for a development mode would be to output more, and more
 verbose errors and notices specifically targeted to "make the developers
 life easier".

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/57487>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list