Earlier quoted context omitted.
> The problem is, if I inherit an application created with a well-known framework, I'll have a much easier time figuring out what is what, and looking for answers when something goes awry. Unless they spend most of their code fighting the framework to accomplish their actual task. Which happens rather often. Not to mention that learning a new framework is not fundamentally different from learning some person's approa…
> Unless they spend most of their code fighting the framework to accomplish their actual task. Which happens rather often I think this is just confirmation bias - you won't notice all the times you are not fighting the framework, but you do when you are. > Not to mention that learning a new framework is not fundamentally different from learning some person's approach to doing things Only if "some person" is real fast…
I wrote a very large PHP application around that era.
You are absolutely correct. Even I have a hard time maintaining that code.