Libraries - Reading Assignment

To reuse the work already created by others.

1 Like

To re use existing code and not waste time inventing what another programmer has already written

1 Like

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.

1 Like

to avoid re-writing the same code over and over and reuse existing.

2 Likes

A library enables a coder to reuse code from a set of already written functions.

2 Likes

Libraries allow us to re-use existing codes that have been developed by other developers so that we do not have to build things from scratch.

1 Like

Because it saves us time. Do not create code from scratch when another developer has already done it before and it works very well.

2 Likes
  1. We need libraries to build upon other’s work so that we don’t need to waste our time writing what others have already written.
2 Likes

Why do we need libraries?
to use code already written, so we aren’t re-inventing the wheel

2 Likes

We need libraries so we don’t always have to start from scratch when programming, but can borrow and build upon the work of other programmers.

2 Likes
  1. Why do we need libraries? Libraries allow us to use script developed by others so the we do not have to re-invent something from scratch. It is a way to save time by using proven code.
2 Likes

Libraries allow us to reuse code which saves a lot of time.

2 Likes

Libraries enable us to use code already written, tried, and tested by other developers - to save time.

2 Likes
  1. We need javascript libraries because they help developers save a bunch of time by using already existing code in the libraries.
2 Likes

To help us save time when we are coding.

2 Likes
  1. Why do we need libraries?

We need libraries in order to be quicker when building projects. Someone else out there has already figured out certain code for different types of situation, there are millions all pre made that we cna put together and create our own projects.

2 Likes

Save us a lot of time to code when something is already done before

2 Likes

we need them in order to avoid redoing things that have already be done by others. Using libraries saves lots of time

2 Likes

Reading Assignment: Libraries.

  1. Why do we need libraries?
    By using libraries, we are saving us time in writing code, by use bunch of code that another programmer(s) has already written and shared with the world for usage.
2 Likes
  1. The power of libraries is very huge. We need this as reusable badge in JS functionality, in order to use pre-scripted code, stored in JS file on server. Instead of writing the whole code for obtain the same functionality.
1 Like