RFC: renamed Nette\Config → Nette\DI

Notice: This thread is very old.
David Grudl
Nette Core | 8082
+
0
-

Nette\Config and Nette\DI are very closed namespaces and I think they should be merged to Nette\DI.

Nette\Config\Configurator should be Nette\DI\Configurator or ever better Nette\Configurator, because it is not just DI thing, it configures other parts of framework too, like RobotLoader or Debugger.

And we need some Bridges namespace, where Tracy and (separated) Latte will be connected to framework via compiler extensions. Maybe NetteExtension should be part of this namespace too.

See https://github.com/…te/pull/1074