We need libraries so that we dont have to reinvent the wheel every time and write fresh code to perform tasks that other people have already written code for and included in a public library.
1: We need libraries when we code, as it is a very efficient way to use code that has already been written before.
Often used code is saved in libraries and made public. We can use libraries, so we donât have to write specific code by ourselve.
Why do we need libraries?
Libraries help us to be more efficient programmers as they allow us to implement useful code that has already been created, saving us the time, effort, energy and resources that it would take to write every piece of code from scratchâŚthere is no point re-inventing the wheel.
Why do we need libraries? To save time and not have to create new code for our programs.
To reuse code to save time.
1. Why do we need libraries?
Libraries offer an entire assortment of already worked-out functions that perform a certain task on a programmers website. Having access and using these functions not only makes life a lot easier, but also saves time.
We need libraries in order to work efficiently. Libraries are bits of javascript or css code that are hopefully documented very well and shared with the greater programming community. Programmers can include libraries in their code to take advantage of the knowledge and time spent by previous programmers whoâve already figured out how to make some functionality work.
We need libraries to save us the time it takes to write code that has already been written.
We need libraries in order not to have to reinvent the wheel each time we design a new webpage. That is to say, libraries allow us to utilize programming solutions created in the past.
In order to be use our time in a more efficient way by reusing useful code from libraries. Itâs makes more sense to spend our time thinking how to solve problems related specifically to whichever project weâre working on rather than be coding every single feature from scratch.
In order not to waste time on writing code that somebody else has already written.
why do we need libraries?
Libraries allow for ease of coding. Instead of having to rewrite 1000 lines of code libraries allow us to code more efficiently by reusing code.
this not only saves time but reduces human error
Why do we need libraries?
It enables us to re-use the code to save time.
Why do we need libraries?
A library is a JavaScript File that already contains useful functions to accomplish given tasks on a website. Libraries are shared publicly and can be implemented into own code to make programing more time efficient and quickly build reliable code.
To make coding more time efficient.
Libraries allow us to use js code functionality without having to write them ourselves, thus speeding up the project build
- Why do we need libraries?
To extract some codes which other programmers have come up with which can be useful in our current programming. We need them so as not to waste time working on a code that has been developed by others already.
we use libraries in order to save time with a code that someone has already written so we donât need write all code by ourselves.
- By using library We can save a lot of time. Sometimes functions are ready and it is no sense to build every function from the begging. We can work much faster with than without libraries. We can concentrate on the purpose of our job than on solving basic problems.