|
|
|
|
|
by treehau5
3501 days ago
|
|
> The second your application grows in an unexpected way, you need to augment the entire framework to suit The second you need to do something your framework doesn't, the same rule applies. Frameworks are really good for covering most things, but almost everyone runs into that last 5-10% or so that it doesn't do. That ends up being the most difficult, in my experience. |
|
If you use a well-known fwk, you can tell junior devs and new devs to google stuff when in need (as a first line of help), otherwise, you need to write a ton of documentation and/or devote hours per week on support, at the times when you have the least will to do that.
There's no one-fits-all solution, depends on the project, team, constraints etc.