Libraries - Reading Assignment

  1. We need libraries to not waste our time writing code that another programmers has already written.
1 Like
  1. Libraries are useful as you can use code that someone else has written in your programs to greatly improve efficiency and prevent having to “re-invent the wheel”.
1 Like

Libraries are a JS file that contain certain functions for promptly use or modify

1 Like
  1. Why do we need libraries?

So that we dont have to rewrite code that has already been written. We gain a lot of useful tools and save time.

1 Like

With libraries we can reuse code saved in databases.
We can even create libraries by our selfs and reuse them or share them in public for other developers to use.
The usage of libraries saves us a lot of time and work. You don’t have to write every function by yourself you can instead take them and put them to your project.

1 Like
  1. 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.
    In JavaScript, the way we do that is by using a library .
1 Like
  1. Why do we need libraries?
    So that we will not waste time rewriting the code other programmers had done and keep in the libraries
1 Like
  1. To be efficient with our time by utilizing code that somebody already created for the same purpose
1 Like

Libraries are useful to find reusable code rather than starting every program from scratch.

1 Like
  1. Libraries are needed to allow programmers the ability to utilize code that has already been written and shared. This eliminates having to write everything from scratch, saving time and increasing efficiency.
1 Like
  1. We need libraries because as programmers we want to use chunks of code or functions that are contained in libraries to perform tasks that are similar on most websites that were already perfected by another programmer.
1 Like

Libraries are required in JS to save re-writing code as another developer has already written which saves us time.

1 Like
  1. Many features in programming are recurring and have been implemented many times before. There is no need to reinvent the wheel. If there is good, tested code that has already been implemented and achieves what you want to build it makes sense to reuse it.
1 Like
  1. We can use libraries to re-use codes that others wrote and save time.
1 Like
  1. We need libraries because we can re-use existing code, so that we don’t waste our time writing code that another programmer has already written.
1 Like

Libraries are needed so that we can share, use and build upon code that has already been created. It saves time writing code that someone else has already written

1 Like
  1. Why do we need libraries? A library is a JavaScript file that contains a bunch of functions, and those functions accomplish some useful task for your webpage. We need libraries to be more efficient when coding to save time and money by utilizing quality code that is proven
1 Like

We don’t want to redo the task many times. We want to reuse it.

1 Like

We need libraries because they can make it easier for a developer to copy and paste things that have already been created. programming takes a lot of time and being able to copy code that has already been created can lessen the time of your code/program to come to full fruition. ofcourse you still need to edit a few things to make it truly your own. but this actually makes programming a bit lighter and easier. Fantastic idea libraries!

1 Like

Programmers need libraries so that they don’t waste time re-writing existing code.

1 Like