Libraries - Reading Assignment

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 Like

1: We need libraries when we code, as it is a very efficient way to use code that has already been written before.

1 Like

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.

1 Like

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.

1 Like

Why do we need libraries? To save time and not have to create new code for our programs.

1 Like

To reuse code to save time.

1 Like

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.

1 Like

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.

1 Like

We need libraries to save us the time it takes to write code that has already been written.

1 Like

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.

1 Like

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.

1 Like

In order not to waste time on writing code that somebody else has already written.

1 Like

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

1 Like

Why do we need libraries?
It enables us to re-use the code to save time.

1 Like

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.

1 Like

To make coding more time efficient.

1 Like

Libraries allow us to use js code functionality without having to write them ourselves, thus speeding up the project build

1 Like
  1. 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.

1 Like

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.

1 Like
  1. 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.
1 Like