To reuse the work already created by others.
To re use existing code and not waste time inventing what another programmer has already written
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.
to avoid re-writing the same code over and over and reuse existing.
A library enables a coder to reuse code from a set of already written functions.
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.
Because it saves us time. Do not create code from scratch when another developer has already done it before and it works very well.
- 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.
Why do we need libraries?
to use code already written, so we arenāt re-inventing the wheel
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.
- 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.
Libraries allow us to reuse code which saves a lot of time.
Libraries enable us to use code already written, tried, and tested by other developers - to save time.
- We need javascript libraries because they help developers save a bunch of time by using already existing code in the libraries.
To help us save time when we are coding.
- 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.
Save us a lot of time to code when something is already done before
we need them in order to avoid redoing things that have already be done by others. Using libraries saves lots of time
Reading Assignment: Libraries.
-
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.
- 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.