|
|
|
|
|
by endless1234
1680 days ago
|
|
My experience working on tens of front end projects is the complete opposite. Nobody is adding dependencies just for the fun of it, or because you might need it in a year. You add a dependency because you need some functionality and there is no time/budget to re-do it in house - not to mention that if it's a well-supported library with, for example, hundreds of thousands of users, it's unlikely you could even make it better. |
|
What are the actual time cost savings when you take the total costs into consideration?[1][2] What would it look like if you didn't implement an app by stringing together dozens/hundreds/thousands of third-party modules implemented bottom-up, but instead took control of the whole thing top-down?[3]
1. https://jvns.ca/blog/2021/11/15/esbuild-vue/
2. https://news.ycombinator.com/item?id=24495646
3. https://www.teamten.com/lawrence/programming/write-code-top-...