Is there certain limit to the number of dependencies used in a project? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 3

Is there certain limit to the number of dependencies used in a project?

Is there a certain limit to the number of libraries that developers use in big projects? Any sensible number that experts tend not to exceed? Do professional developers use only native solutions in relatively big projects?

31st Aug 2020, 9:05 PM
M S
M S - avatar
4 Antworten
+ 20
There's no limit. You can have as many dependencies as you want. The only drawback is the project size. It gets bigger with each new dependency.
6th Sep 2020, 4:55 PM
Igor Makarsky
Igor Makarsky - avatar
+ 20
The number of dependencies doesn't affect performance.
6th Sep 2020, 5:27 PM
Igor Makarsky
Igor Makarsky - avatar
+ 2
Igor Makarsky meaning that maintenance might become an issue? How about the performance? Is there any correlation between the number of dependencies and performance?
6th Sep 2020, 4:59 PM
M S
M S - avatar
+ 1
Igor Makarsky thank you
6th Sep 2020, 5:30 PM
M S
M S - avatar