Today I realized again that I really don't like (PHP) Symfony. When everything works, it's simple. But when some dependency injection (DI) magic doesn't work, and e.g., an injected logger logs into the void instead of to your log management, you suddenly have to be an expert in unshittyfying/ demystifying/ untangling the DI magic. I am stupid, and I like stupid-simple solutions. No magic. No DI. No YAML or XML configs. No attributes on classes, spread everywhere in the codebase. I just want a main function, where I plug everything together myself... Stupid & simple... But it is, what it is... But I will never like it. #Symfony #PHP #DependencyInjection