johnbillion / query-monitor

The developer tools panel for WordPress

Home Page:https://querymonitor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Era of clean classes

szepeviktor opened this issue · comments

@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.

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

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