Полезные материалы по всему, что может быть полезно плюсовику/сишнику.
Better than Singletons: The Service Locator Pattern One of the biggest problems in object-oriented programming is getting access to the objects you need. A very common solution to this problem is dependency injection. This means you have to pass eve…
One of the biggest problems in object-oriented programming is getting access to the objects you need. A very common solution to this problem is dependency injection. This means you have to pass eve…