2

Why does symfony freezer the container after compiling it? I understand that because of its shit design they require to pre-compile the container because if they didnt their framework would be the slowest piece of shit ever and nobody would use it, but why freeze the parameter bag?

Load the compiled container from the cache, then let me override and set dynamic variables on top if I want, its just a keystore, so it just seems pedantic, unhelpful and utterly pointless

Comments
  • 0
    Wow, dynamic values in the parameter bag... Now that's a bad design. That's like trying to reassign a constant.
  • 0
    Nothing in the parameter bag is a constant in the first place, NONE OF IT, it all was loaded from the configuration and what if I want per request configuration, as in the code responds to data coming from the request, then I'm shit out of luck

    There is absolutely nothing wrong with wanting to set parameters dynamically, you've just got Stockholm syndrome
Add Comment