johnbillion / query-monitor

The developer tools panel for WordPress
https://querymonitor.com
GNU General Public License v2.0
1.59k stars 208 forks source link

Era of clean classes #819

Open szepeviktor opened 11 months ago

szepeviktor commented 11 months ago

@johnbillion When will the time come to have only clean classes without side-effects? In a directory structure that reflects the class name with namespace.

szepeviktor commented 11 months ago

Or there is no way out of class... function... add_filter... ?

I'm thinking of something like class auto discovery in PHP applications.