Libraries allow the programmers to reuse proven code so that they can save time and help to improve upon existing code or make it their own.
Why do we need libraries?
So we can re-use existing code, this will save time.
Libraries save programmers time as they can use code thatās already been written by another programmer
- libraries are used to store and call different functions that can be reused in a program/s , its a good practise that allow developer communities to share js functionality without having to write code from scratch everytime thus making programmimg faster and more effient.
We need libraries to access and use existing javascript funcitions so we do not need to rewrite them.
To reduce time need to reprogram a code which has already done. This allows us to build more complex programs with less time. If we always have to reprogram from scratch what is already there, then there wont be new breakthrough.
Libraries allow to be more productive ,efficient and save time, and why not to learn.
So we dont have to build everything from the bottom ourself, but we can focus on the new idears we want to implement.
We need libraries to use code that someone else has already written so we donāt have to spend time āre-inventing the wheelā.
1. Why do we need libraries?
Libraries are great to use to find and re-use other peopleās code. This saves the programmer time. You can always add on or modify the code to work for your project.
- So we donāt need to re-invent the wheel each and every time but can rather built on top of somebody elses āinventionā and further progress.
- We need libraries because it saves us time and effort. It is no point in programming the same functionality as someone has done before you.
Why do we need libraries?
It allow us to donāt write every function from scratch but to use already working function to use in our code to speed up the process and avoid to do something is already ready to use
Why do we need libraries?
for not wasting the time writing code that another programmer has already written.
1 : to get a wider range of use cases for javascript code, by using someone else Library. So we donāt have to waste time writing the code ourself when someone else already did it and it works.
We need libraries to help other programmers be more efficient and productive . Libraries help other programmers to finish programs faster without having to create codes that have been done already that produce the same output .
because thanks to them we donāt always need to code everything from scratch, we can build on what others have build before us
We need libraries so that we can re-use existing code which massively saves us time. Why write code that has already been written by another programmer.
-
Why do we need libraries?
As programmers, we should re-use existing code when we can, so that we donāt waste our time writing code that another programmer has already written.
Libraries allow us to use already existing code en build upon that.