On Jul 1, 2024, at 09:22, Mike Schinkel <m...@newclarity.net> wrote: > 2. Autoloading effectively necessitates that every symbol be in its own > separate file.
How so? While Composer "recommends" PSR4 autoloading with one class per file, other configurations are entirely possible, either with Composer's autoload.classmap (which uses a precomputed class -> filename table), or with a custom autoloader.