|
|
|
|
|
by TekMol
490 days ago
|
|
Composer adds even more tooling around the fundamental problem that PHP does not have modules. And it does not do away with the problem that you have to preemptively wrap everything in classes and add a LongUniqueStringToHopefullyAvoidCollisions via the "namespace" and "use" keywords to all your classes to hopefully avoid name clashes in the future. |
|