|
|
|
|
|
by chaostheory
1593 days ago
|
|
The key issue is “if you do it right”. That’s easy to type, but hard to execute. You’re essentially creating a private framework without public scrutiny which catches a lot of mistakes. That’s one of the main values of using an open source framework. Are there times when a new framework is better than a preexisting one? Sure, when there are no frameworks that can meet your specialized project, but if it’s a typically CRUD application? Imo you’re better off with an open source framework. |
|
Indeed. In fact, everyone, including said seniors, will make the wrong decisions, will "do it wrong".
So make sure the "do it wrong" is cheap. And the "do it right" compounds.
Frameworks make "do it wrong" extremely expensive. If, after four years, you find that Symphony really was the wrong tool for your highly event-sourced bookkeeping, there's little you can do other that turning your Symphony into a personal version of it, or Rewrite It In Rust.
Frameworks dictate far more than just the language and where to put stuff. They dictate how you test, how you host, deploy, how your team works, how long sprints can be, if scrum fits and so on. They get their tendrils in the entire project.
Optimizing for "cheap failure" and "compounding interest on doing it right", IMHO does not go well together with many frameworks.